<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; FIX: Error: 1807 Could not obtain exclusive lock on database &#8216;model&#8217;. Retry the operation later.</title>
	<atom:link href="http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Garion Kong</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-463461</link>
		<dc:creator><![CDATA[Garion Kong]]></dc:creator>
		<pubDate>Thu, 25 Apr 2013 07:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-463461</guid>
		<description><![CDATA[Hi,

I have the same error when creating a new database in my SQL Server 2008 R2 instance. I have looked through a couple of tech forums and tried the following suggested methods. So far nothing works for me, Short of restarting the SQL server machine which I have yet to try as it is a production machine. Any additional feedback would be appreciated.

A) Disconnect and Reconnect your SQL Server Management Studio’s session. 

B) -- find the locks on the model db and kill them
SELECT &#039;KILL &#039; + CONVERT(varchar(10), l.request_session_id)
FROM sys.databases d, sys.dm_tran_locks l
WHERE d.database_id = l.resource_database_id
AND d.name = &#039;model&#039;

C) Reboot the SQL Server machine]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have the same error when creating a new database in my SQL Server 2008 R2 instance. I have looked through a couple of tech forums and tried the following suggested methods. So far nothing works for me, Short of restarting the SQL server machine which I have yet to try as it is a production machine. Any additional feedback would be appreciated.</p>
<p>A) Disconnect and Reconnect your SQL Server Management Studio’s session. </p>
<p>B) &#8212; find the locks on the model db and kill them<br />
SELECT &#8216;KILL &#8216; + CONVERT(varchar(10), l.request_session_id)<br />
FROM sys.databases d, sys.dm_tran_locks l<br />
WHERE d.database_id = l.resource_database_id<br />
AND d.name = &#8216;model&#8217;</p>
<p>C) Reboot the SQL Server machine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Thakur</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-456670</link>
		<dc:creator><![CDATA[Harish Thakur]]></dc:creator>
		<pubDate>Mon, 15 Apr 2013 17:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-456670</guid>
		<description><![CDATA[Works fine after removing connection of Model DB from VS 2008]]></description>
		<content:encoded><![CDATA[<p>Works fine after removing connection of Model DB from VS 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh Kharawatkar</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-453696</link>
		<dc:creator><![CDATA[Mahesh Kharawatkar]]></dc:creator>
		<pubDate>Thu, 11 Apr 2013 09:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-453696</guid>
		<description><![CDATA[it worked....thank a ton]]></description>
		<content:encoded><![CDATA[<p>it worked&#8230;.thank a ton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-338785</link>
		<dc:creator><![CDATA[Harish]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 13:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-338785</guid>
		<description><![CDATA[Wonderful..saves a lot.to get rid of pain in the necek..]]></description>
		<content:encoded><![CDATA[<p>Wonderful..saves a lot.to get rid of pain in the necek..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanoj rajput</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-337836</link>
		<dc:creator><![CDATA[sanoj rajput]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 06:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-337836</guid>
		<description><![CDATA[thank&#039;u sir...........................]]></description>
		<content:encoded><![CDATA[<p>thank&#8217;u sir&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-283194</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Wed, 09 May 2012 08:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-283194</guid>
		<description><![CDATA[The issue is an active connection to the db Model. So you need to either kill any such processes or change the current db in any current sessions before trying your operation.]]></description>
		<content:encoded><![CDATA[<p>The issue is an active connection to the db Model. So you need to either kill any such processes or change the current db in any current sessions before trying your operation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Guilbert</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-202084</link>
		<dc:creator><![CDATA[John Guilbert]]></dc:creator>
		<pubDate>Tue, 22 Nov 2011 09:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-202084</guid>
		<description><![CDATA[works for 2008 R2]]></description>
		<content:encoded><![CDATA[<p>works for 2008 R2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Granucci</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-187333</link>
		<dc:creator><![CDATA[Richard Granucci]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 21:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-187333</guid>
		<description><![CDATA[does not fix the problem in SQL 2008 on a subscription of create database.  MODEL is set to SHARE also.]]></description>
		<content:encoded><![CDATA[<p>does not fix the problem in SQL 2008 on a subscription of create database.  MODEL is set to SHARE also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sexton</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-122667</link>
		<dc:creator><![CDATA[sexton]]></dc:creator>
		<pubDate>Thu, 10 Mar 2011 10:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-122667</guid>
		<description><![CDATA[did not fix the problem with sql server 2000 here either!]]></description>
		<content:encoded><![CDATA[<p>did not fix the problem with sql server 2000 here either!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-117095</link>
		<dc:creator><![CDATA[Prasanna]]></dc:creator>
		<pubDate>Mon, 07 Feb 2011 20:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-117095</guid>
		<description><![CDATA[Thanks...works like charm!!!!]]></description>
		<content:encoded><![CDATA[<p>Thanks&#8230;works like charm!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aay</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-113672</link>
		<dc:creator><![CDATA[aay]]></dc:creator>
		<pubDate>Sun, 23 Jan 2011 22:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-113672</guid>
		<description><![CDATA[did not fix the problem with sql server 2008 express]]></description>
		<content:encoded><![CDATA[<p>did not fix the problem with sql server 2008 express</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicolas</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-84434</link>
		<dc:creator><![CDATA[nicolas]]></dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-84434</guid>
		<description><![CDATA[thanks !!]]></description>
		<content:encoded><![CDATA[<p>thanks !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo Raras</title>
		<link>http://blog.sqlauthority.com/2010/01/01/sql-server-fix-error-1807-could-not-obtain-exclusive-lock-on-database-model-retry-the-operation-later/#comment-59289</link>
		<dc:creator><![CDATA[Lorenzo Raras]]></dc:creator>
		<pubDate>Sun, 03 Jan 2010 13:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7664#comment-59289</guid>
		<description><![CDATA[Just a few questions please:

1) What causes this issue? 
     1.a) Is the problem with the client or the server?
     1.b) Does this only exist in &quot;Create Database&quot; commands?

2) What Version of SQL Server does this affect?
    2.a)  Specifically, what build we you using when you got the error
    2.b) Does this exist in SQL 2005 and Up?
    2.c) Is it isolated to 32 or 64 bit?

3) Is there a CU or SP Fix to this yet?

Thank you.]]></description>
		<content:encoded><![CDATA[<p>Just a few questions please:</p>
<p>1) What causes this issue?<br />
     1.a) Is the problem with the client or the server?<br />
     1.b) Does this only exist in &#8220;Create Database&#8221; commands?</p>
<p>2) What Version of SQL Server does this affect?<br />
    2.a)  Specifically, what build we you using when you got the error<br />
    2.b) Does this exist in SQL 2005 and Up?<br />
    2.c) Is it isolated to 32 or 64 bit?</p>
<p>3) Is there a CU or SP Fix to this yet?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
