vote up 0 vote down star

Is there a way to create new logins and set database permissions on a SQL Server 2005 using C# and SMO?

If so, how? If not, what is the best way of doing that?

flag

50% accept rate

1 Answer

vote up 0 vote down check

You can use the Microsoft.SqlServer.Management.Smo.Login class and call the Create method. See here for more details.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.