Hi,
I need to create a user with dbo access to a specific database using sql. I created a login and added a user to the login. How do i grant dbo privilege to this user (using sql)? Is there any system stored procedure for this? Please help.
Thanks in advance
Hi. Try
sp_changeowner [@.loginame=]'login'
Changes the owner of the current database.
sql
No comments:
Post a Comment