dbTalk Databases Forums  

database ownership

microsoft.public.sqlserver.server microsoft.public.sqlserver.server


Discuss database ownership in the microsoft.public.sqlserver.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tester
 
Posts: n/a

Default database ownership - 07-17-2009 , 11:17 AM






Hello there,
I have sql 2005 server standard and a user database, I use mixed
windows and sql authentication.
Although I set the server\Administrator login as the owner/dbo of the
user database in SQL server management studio, I am still getting
errors while right clicking the database and accessing properties.
Error: Property owner is not available for database...This property
may not exist for this object, or may not be retrievable due to
insufficient access rights. What can I do? Thank you, T

Reply With Quote
  #2  
Old   
Kevin3NF
 
Posts: n/a

Default Re: database ownership - 07-17-2009 , 11:23 AM






Just for kicks, make sure your Management Studio and the SQL Server are at
the same service pack and CU level

--

Kevin3NF
SQL Server dude

You want fries with that?
http://kevin3nf.blogspot.com/

Blog posts for new DBAs:
http://kevin3nf.blogspot.com/search?q=sql+101

I only check the newsgroups during work hours, M-F.
Hit my blog and the contact links if necessary...I may be available.

Twitter: Kevin3NF

"Tester" <calinguga (AT) netscape (DOT) net> wrote

Quote:
Hello there,
I have sql 2005 server standard and a user database, I use mixed
windows and sql authentication.
Although I set the server\Administrator login as the owner/dbo of the
user database in SQL server management studio, I am still getting
errors while right clicking the database and accessing properties.
Error: Property owner is not available for database...This property
may not exist for this object, or may not be retrievable due to
insufficient access rights. What can I do? Thank you, T

Reply With Quote
  #3  
Old   
John Bell
 
Posts: n/a

Default Re: database ownership - 07-17-2009 , 01:12 PM



"Tester" <calinguga (AT) netscape (DOT) net> wrote

Quote:
Hello there,
I have sql 2005 server standard and a user database, I use mixed
windows and sql authentication.
Although I set the server\Administrator login as the owner/dbo of the
user database in SQL server management studio, I am still getting
errors while right clicking the database and accessing properties.
Error: Property owner is not available for database...This property
may not exist for this object, or may not be retrievable due to
insufficient access rights. What can I do? Thank you, T

If you do the same thing from another machine do you have the same issue?

John

Reply With Quote
  #4  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: database ownership - 07-17-2009 , 05:11 PM



Tester (calinguga (AT) netscape (DOT) net) writes:
Quote:
Hello there,
I have sql 2005 server standard and a user database, I use mixed
windows and sql authentication.
Although I set the server\Administrator login as the owner/dbo of the
user database in SQL server management studio, I am still getting
errors while right clicking the database and accessing properties.
Error: Property owner is not available for database...This property
may not exist for this object, or may not be retrievable due to
insufficient access rights. What can I do? Thank you, T
And you are logged on to SQL Server with sysadmin permissions?

I would suggest that you do:

ALTER AUTHORIZATION ON DATABASE::userdb TO sa

and possibly back again.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #5  
Old   
Tester
 
Posts: n/a

Default Re: database ownership - 07-20-2009 , 03:04 PM



Hi there
Alter authorization on database::db to sa worked.
Thank you very much, T

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.