<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Obscure SQL Server Errors</title>
	<atom:link href="http://www.gringod.com/2006/06/15/obscure-sql-server-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/</link>
	<description>Randomised nonsense.</description>
	<lastBuildDate>Tue, 13 May 2025 05:33:38 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: Andrew</title>
		<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/comment-page-1/#comment-202096</link>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
		<pubDate>Tue, 15 Oct 2013 08:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2006/06/15/obscure-sql-server-errors/#comment-202096</guid>
		<description><![CDATA[I got this error when trying to add a step of the same name as already existed in the SQL job.]]></description>
		<content:encoded><![CDATA[<p>I got this error when trying to add a step of the same name as already existed in the SQL job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igor</title>
		<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/comment-page-1/#comment-130784</link>
		<dc:creator><![CDATA[igor]]></dc:creator>
		<pubDate>Mon, 06 Sep 2010 07:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2006/06/15/obscure-sql-server-errors/#comment-130784</guid>
		<description><![CDATA[The &quot;You cannot perform operation Remove on an object in state Existing.&quot; error have arised when job has more then 16 steps, i think.]]></description>
		<content:encoded><![CDATA[<p>The &#8220;You cannot perform operation Remove on an object in state Existing.&#8221; error have arised when job has more then 16 steps, i think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris P</title>
		<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/comment-page-1/#comment-124462</link>
		<dc:creator><![CDATA[Chris P]]></dc:creator>
		<pubDate>Tue, 08 Jun 2010 11:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2006/06/15/obscure-sql-server-errors/#comment-124462</guid>
		<description><![CDATA[Thank you so much for this!  I was getting the &quot;Cannot insert the value NULL into column ‘owner_sid’&quot; message and tearing my hair out.  It was the exact same issue - the SQL Server just didn&#039;t recognise the account I was using.]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for this!  I was getting the &#8220;Cannot insert the value NULL into column ‘owner_sid’&#8221; message and tearing my hair out.  It was the exact same issue &#8211; the SQL Server just didn&#8217;t recognise the account I was using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claus Egholm Nielsen</title>
		<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/comment-page-1/#comment-16010</link>
		<dc:creator><![CDATA[Claus Egholm Nielsen]]></dc:creator>
		<pubDate>Tue, 27 Feb 2007 09:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2006/06/15/obscure-sql-server-errors/#comment-16010</guid>
		<description><![CDATA[I had the exact same problem with the database diagrams after importing several ms2000 databases (via the file import feature, since the move or copy wizard didn&#039;t do the job, just as you describe) - but it didn&#039;t help changing to 2005 compatibility mode as you write. The solution in my case was to change the database to 2005 compatibility mode AND to run the following query:
ALTER AUTHORIZATION ON DATABASE::database_name TO database_owner
Only after running the query the management tool would allow me to view or create database diagrams from the imported databases.]]></description>
		<content:encoded><![CDATA[<p>I had the exact same problem with the database diagrams after importing several ms2000 databases (via the file import feature, since the move or copy wizard didn&#8217;t do the job, just as you describe) &#8211; but it didn&#8217;t help changing to 2005 compatibility mode as you write. The solution in my case was to change the database to 2005 compatibility mode AND to run the following query:<br />
ALTER AUTHORIZATION ON DATABASE::database_name TO database_owner<br />
Only after running the query the management tool would allow me to view or create database diagrams from the imported databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gringod</title>
		<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/comment-page-1/#comment-14743</link>
		<dc:creator><![CDATA[gringod]]></dc:creator>
		<pubDate>Tue, 16 Jan 2007 10:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2006/06/15/obscure-sql-server-errors/#comment-14743</guid>
		<description><![CDATA[I&#039;ve been there.  I know the pain you must have been suffering!  And that is why I posted this blog :)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been there.  I know the pain you must have been suffering!  And that is why I posted this blog <img src="http://www.gringod.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boggo</title>
		<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/comment-page-1/#comment-14717</link>
		<dc:creator><![CDATA[Boggo]]></dc:creator>
		<pubDate>Mon, 15 Jan 2007 20:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2006/06/15/obscure-sql-server-errors/#comment-14717</guid>
		<description><![CDATA[Your solution to the database diagram problem was spot on and ended my morning of cursing and swearing - thanks]]></description>
		<content:encoded><![CDATA[<p>Your solution to the database diagram problem was spot on and ended my morning of cursing and swearing &#8211; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Oler</title>
		<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/comment-page-1/#comment-13807</link>
		<dc:creator><![CDATA[Doug Oler]]></dc:creator>
		<pubDate>Tue, 21 Nov 2006 23:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2006/06/15/obscure-sql-server-errors/#comment-13807</guid>
		<description><![CDATA[Thanks a ton for the information.  I had the exact same problem with creating a job script from another domain.  Your tip worked like a champ.]]></description>
		<content:encoded><![CDATA[<p>Thanks a ton for the information.  I had the exact same problem with creating a job script from another domain.  Your tip worked like a champ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gringod</title>
		<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/comment-page-1/#comment-12708</link>
		<dc:creator><![CDATA[gringod]]></dc:creator>
		<pubDate>Fri, 04 Aug 2006 08:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2006/06/15/obscure-sql-server-errors/#comment-12708</guid>
		<description><![CDATA[Hi Dan, sorry about the delay... I&#039;ve been on holiday and had shed loads to catch up on (and I only have teh internets at work :()

To answer your question, I don&#039;t know.  I tried it using the Management Studio but it wouldn&#039;t allow me.  After setting the DB to SQL Server 2005 compatability the diagramming worked and so I didn&#039;t need to change the owner.

I believe there may be a stored procedure to do it but in the end I didn&#039;t require it and so I don&#039;t know what its called and I haven&#039;t tried it.]]></description>
		<content:encoded><![CDATA[<p>Hi Dan, sorry about the delay&#8230; I&#8217;ve been on holiday and had shed loads to catch up on (and I only have teh internets at work :()</p>
<p>To answer your question, I don&#8217;t know.  I tried it using the Management Studio but it wouldn&#8217;t allow me.  After setting the DB to SQL Server 2005 compatability the diagramming worked and so I didn&#8217;t need to change the owner.</p>
<p>I believe there may be a stored procedure to do it but in the end I didn&#8217;t require it and so I don&#8217;t know what its called and I haven&#8217;t tried it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.gringod.com/2006/06/15/obscure-sql-server-errors/comment-page-1/#comment-12618</link>
		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Mon, 24 Jul 2006 16:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2006/06/15/obscure-sql-server-errors/#comment-12618</guid>
		<description><![CDATA[I&#039;m having tthe same problem migrating from 2000 to 2005. When you say &quot;All it required was to change the job owner account to being my account on the other network domain.&quot; how exactly did you do this? (email me back direct please...)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m having tthe same problem migrating from 2000 to 2005. When you say &#8220;All it required was to change the job owner account to being my account on the other network domain.&#8221; how exactly did you do this? (email me back direct please&#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
