﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / Error in Sql Server 2008 / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 20:14:12 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Error in Sql Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic1410434-1550-1.aspx</link><description>thanks All, yes the DB owner was NULL.. i have changed that with sp_changedbowner 'username':-) thanks All...</description><pubDate>Wed, 23 Jan 2013 06:34:06 GMT</pubDate><dc:creator>OnlyOneRJ</dc:creator></item><item><title>RE: Error in Sql Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic1410434-1550-1.aspx</link><description>sp_changedbowner:[quote]This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use ALTER AUTHORIZATION instead.[/quote]ie, as Gazareth said, ALTER AUTHORIZATION ON &amp;lt;database name&amp;gt; TO &amp;lt;login name&amp;gt;</description><pubDate>Wed, 23 Jan 2013 06:23:35 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Error in Sql Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic1410434-1550-1.aspx</link><description>For example:[code="sql"]USE SampleDBEXEC sp_changedbowner 'sa'[/code]</description><pubDate>Wed, 23 Jan 2013 03:52:34 GMT</pubDate><dc:creator>Bhuvnesh</dc:creator></item><item><title>RE: Error in Sql Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic1410434-1550-1.aspx</link><description>I think the database owner is an invalid login - check in sys.databases.If so, you can change it using ALTER AUTHORIZATION.</description><pubDate>Wed, 23 Jan 2013 03:43:01 GMT</pubDate><dc:creator>Gazareth</dc:creator></item><item><title>Error in Sql Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic1410434-1550-1.aspx</link><description>When ever i am trying to view the properties of the Database, below error occurs everytime..{Cannot Show requested dialog.Additional InformationCannot show requested dialog. (sqlMgmt)Propert owner is not available for Database '[XYZ]'. This property may not exist for thisobject, or may not be retrievable due to insufficient access rights. (Microsoft.SqlServer.Smo)}Although i have sys admin access.. still this problem  :w00t:</description><pubDate>Wed, 23 Jan 2013 03:11:46 GMT</pubDate><dc:creator>OnlyOneRJ</dc:creator></item></channel></rss>