Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 db_owner

Author  Topic 

jsimmons
Starting Member

14 Posts

Posted - 2005-09-06 : 12:40:23
I have a stored procedure that I believe is not executing as the specific db in question has no owner(shows as "unknown"). What is the solution?

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2005-09-06 : 13:27:39
How did that happen? Did you restore that db from another server? Anyway use: sp_changedbowner to change the database owner to an existing login. (see sp_changedbowner in Books Online)

Be One with the Optimizer
TG
Go to Top of Page
   

- Advertisement -