What are the minimum permissions necessary to use CREATE LOGIN
I'm using db_accessAdmin and db_securityAdmin and db_owner. The user as access to the database.
It still says I can't create the login. What am I missing
What are the minimum permissions necessary to use CREATE LOGIN
I'm using db_accessAdmin and db_securityAdmin and db_owner. The user as access to the database.
It still says I can't create the login. What am I missing
Minium Permissions necessary to create a login?
Joe Morel - MSFT
The answer is in Books Online:
http://msdn2.microsoft.com/en-us/library/ms189751.aspx
Creating a login requires permissions at the server level, it cannot be accomplished with database level permissions.
Thanks
Laurentiu