Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to assign role to a database in SSMS?
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01529571
Message ID:
01529583
Views:
18
>>>>Hi,
>>>>
>>>>I need to assign a role db_owner to a database. How do I do it in SSMS or in T-SQL?
>>>>
>>>>TIA.
>>>
>>>If you are just adding a user to a role, see..
>>>
>>>http://sqlserverplanet.com/security/add-user-to-role/
>>
>>Thank you. This helps.
>>
>>Just another quick question. If I need to create a user, would it be the same as what is referred to in SSMS: Security -> Logins -> New login?
>
>Yes. In the Security item for the server (way at the bottom of object explorer tree) you create a new SQL login, set the name and password, set the default database. Then in the Security item for the particular database, you add a new user with the name you gave the login. You can set the roles for the user there.
>
>You can also do it via command..
>
>http://msdn.microsoft.com/en-us/library/ms189751.aspx

Thank you. This is very helpful.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform