June 6, 2008 at 6:21 am
I have a database that when I right click and properties I'm getting this error:
Property owner is not available for database ABC.this property may not exist for this object !!!!!!!!
whay is this??
thanks
June 6, 2008 at 6:49 am
sp_helpdb yourdbname will provide the necessary information..
[font="Verdana"]- Deepak[/font]
June 6, 2008 at 6:56 am
Use sp_changedbowner to set the database ower name.
Suresh
June 6, 2008 at 6:58 am
thank you both 🙂
June 6, 2008 at 7:02 am
You can use the below command to change the dbowner in Sql 2005 servers
ALTER AUTHORIZATION ON Database::databaseName TO serverPrincipal
[font="Verdana"]- Deepak[/font]
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply