<?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 Msg 1813, Level 16, State 2, Line 1 Could not open new database &#8216;yourdatabasename&#8217;. CREATE DATABASE is aborted.</title>
	<atom:link href="http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Khalid</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-207747</link>
		<dc:creator><![CDATA[Khalid]]></dc:creator>
		<pubDate>Wed, 30 Nov 2011 06:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-207747</guid>
		<description><![CDATA[Howard,
Your solution worked perfectly for me on SQL Server 2008!
Many Thanks,
Khalid]]></description>
		<content:encoded><![CDATA[<p>Howard,<br />
Your solution worked perfectly for me on SQL Server 2008!<br />
Many Thanks,<br />
Khalid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shobin Mathew</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-149271</link>
		<dc:creator><![CDATA[Shobin Mathew]]></dc:creator>
		<pubDate>Tue, 19 Jul 2011 04:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-149271</guid>
		<description><![CDATA[Hi dave,
I could solve just by going through the first three steps.
Create a new database with same name which you are trying to recover or restore. (In our error message it is yourdatabasename). Make sure the name of the MDF file (primary data file) and LDF files (Log files) same as previous database data and log file. 

2. Stop SQL Server. Move original MDF file from older server (or location) to new server (or location) by replacing just created MDF file. Delete the LDF file of new server just created.

3. Start SQL Server]]></description>
		<content:encoded><![CDATA[<p>Hi dave,<br />
I could solve just by going through the first three steps.<br />
Create a new database with same name which you are trying to recover or restore. (In our error message it is yourdatabasename). Make sure the name of the MDF file (primary data file) and LDF files (Log files) same as previous database data and log file. </p>
<p>2. Stop SQL Server. Move original MDF file from older server (or location) to new server (or location) by replacing just created MDF file. Delete the LDF file of new server just created.</p>
<p>3. Start SQL Server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lehaandi</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-146096</link>
		<dc:creator><![CDATA[lehaandi]]></dc:creator>
		<pubDate>Tue, 05 Jul 2011 09:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-146096</guid>
		<description><![CDATA[thanks so much, you did a great job. Four years since you post this, it &#039;s still useful.]]></description>
		<content:encoded><![CDATA[<p>thanks so much, you did a great job. Four years since you post this, it &#8216;s still useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe C</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-129097</link>
		<dc:creator><![CDATA[Joe C]]></dc:creator>
		<pubDate>Fri, 15 Apr 2011 22:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-129097</guid>
		<description><![CDATA[We were getting the following error:

Could not open FCB for invalid file ID 0 in database ‘Local1′.

Turns out that after running:

SELECT *
FROM sysdatabases
WHERE name = &#039;yourdatabasename&#039;

the database (MDF) file we thought was mounted was not, so we stopped the SQL services and renamed the file to match the one in the record produced by the query directly above this paragraph.


Also, we executed step number 10 before 9 because of a permission issue.

Thank you. Om Shanti Om.

ref:wavedrop]]></description>
		<content:encoded><![CDATA[<p>We were getting the following error:</p>
<p>Could not open FCB for invalid file ID 0 in database ‘Local1′.</p>
<p>Turns out that after running:</p>
<p>SELECT *<br />
FROM sysdatabases<br />
WHERE name = &#8216;yourdatabasename&#8217;</p>
<p>the database (MDF) file we thought was mounted was not, so we stopped the SQL services and renamed the file to match the one in the record produced by the query directly above this paragraph.</p>
<p>Also, we executed step number 10 before 9 because of a permission issue.</p>
<p>Thank you. Om Shanti Om.</p>
<p>ref:wavedrop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desai C S</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-120722</link>
		<dc:creator><![CDATA[desai C S]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 22:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-120722</guid>
		<description><![CDATA[We are using SQL server 2000 with SP4 patch. On one of my database whenever we run a select query we get following error 
Server: Msg 823, Level 24, State 2, Line 1
I/O error (bad page ID) detected during read at offset 0x0000005ec80000 in file &#039;D:\Program Files\Microsoft SQL Server\MSSQL\Data\MSSQL\Data\MediaBin Repository_Data.MDF&#039;.

Connection Broken
We had tried checkdb with repair allow data loss but did not help. I don&#039;t have good backup also. 
Please suggest

Thank you]]></description>
		<content:encoded><![CDATA[<p>We are using SQL server 2000 with SP4 patch. On one of my database whenever we run a select query we get following error<br />
Server: Msg 823, Level 24, State 2, Line 1<br />
I/O error (bad page ID) detected during read at offset 0x0000005ec80000 in file &#8216;D:\Program Files\Microsoft SQL Server\MSSQL\Data\MSSQL\Data\MediaBin Repository_Data.MDF&#8217;.</p>
<p>Connection Broken<br />
We had tried checkdb with repair allow data loss but did not help. I don&#8217;t have good backup also.<br />
Please suggest</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desai C S</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-120721</link>
		<dc:creator><![CDATA[desai C S]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 22:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-120721</guid>
		<description><![CDATA[We are SQL server 2000 with SP4 patch. On one of my database whenever we run a select query we get following error 
Server: Msg 823, Level 24, State 2, Line 1
I/O error (bad page ID) detected during read at offset 0x0000005ec80000 in file &#039;D:\Program Files\Microsoft SQL Server\MSSQL\Data\MSSQL\Data\MediaBin Repository_Data.MDF&#039;.

Connection Broken
We had tried checkdb with repair allo data loss but did not help. I don&#039;t have good backup also. 
Please suggest

Thank you]]></description>
		<content:encoded><![CDATA[<p>We are SQL server 2000 with SP4 patch. On one of my database whenever we run a select query we get following error<br />
Server: Msg 823, Level 24, State 2, Line 1<br />
I/O error (bad page ID) detected during read at offset 0x0000005ec80000 in file &#8216;D:\Program Files\Microsoft SQL Server\MSSQL\Data\MSSQL\Data\MediaBin Repository_Data.MDF&#8217;.</p>
<p>Connection Broken<br />
We had tried checkdb with repair allo data loss but did not help. I don&#8217;t have good backup also.<br />
Please suggest</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-110436</link>
		<dc:creator><![CDATA[Kiran]]></dc:creator>
		<pubDate>Tue, 11 Jan 2011 07:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-110436</guid>
		<description><![CDATA[I m using sql_2008
When I run this stmt.
DBCC TRACEON (3604)
DBCC REBUILD_LOG(Campus,&#039;D:\Campus_log.ldf&#039;)
I got error 

DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Msg 2526, Level 16, State 3, Line 2
Incorrect DBCC statement. Check the documentation for the correct DBCC syntax and options.

Do you have any solution???
Thank in advance]]></description>
		<content:encoded><![CDATA[<p>I m using sql_2008<br />
When I run this stmt.<br />
DBCC TRACEON (3604)<br />
DBCC REBUILD_LOG(Campus,&#8217;D:\Campus_log.ldf&#8217;)<br />
I got error </p>
<p>DBCC execution completed. If DBCC printed error messages, contact your system administrator.<br />
Msg 2526, Level 16, State 3, Line 2<br />
Incorrect DBCC statement. Check the documentation for the correct DBCC syntax and options.</p>
<p>Do you have any solution???<br />
Thank in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-100705</link>
		<dc:creator><![CDATA[saurabh]]></dc:creator>
		<pubDate>Thu, 18 Nov 2010 11:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-100705</guid>
		<description><![CDATA[Hi,

I am logged in as user sa still it gives me error while updating sysdatabases as “Ad hoc updates on system tables are not allowed”.

Due to this i cannot set my database in emergency mode, my production database’s log file is corrupted and it is not allowing me to attach mdf file to create .ldf file.

I tried the process mentioned by you but updating system table is not allowed, i tried in sql server management studio express 2005 and also in sql server management studio 2005 but same error is popped out. I also tried by creating a user with all privileges but still i didn&#039;t work

Please can u help me to re-build ldf file since it is my production database and it needs to be sorted out fast.

Your response will be appreciated………..

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am logged in as user sa still it gives me error while updating sysdatabases as “Ad hoc updates on system tables are not allowed”.</p>
<p>Due to this i cannot set my database in emergency mode, my production database’s log file is corrupted and it is not allowing me to attach mdf file to create .ldf file.</p>
<p>I tried the process mentioned by you but updating system table is not allowed, i tried in sql server management studio express 2005 and also in sql server management studio 2005 but same error is popped out. I also tried by creating a user with all privileges but still i didn&#8217;t work</p>
<p>Please can u help me to re-build ldf file since it is my production database and it needs to be sorted out fast.</p>
<p>Your response will be appreciated………..</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-100553</link>
		<dc:creator><![CDATA[saurabh]]></dc:creator>
		<pubDate>Wed, 17 Nov 2010 12:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-100553</guid>
		<description><![CDATA[I am logged in as user sa still it gives me error while updating sysdatabases as &quot;Ad hoc updates on system tables are not allowed&quot;.

Due to this i cannot set my database in emergency mode, my production database&#039;s log file is corrupted and it is not allowing me to attach mdf file to create .ldf file.

I tried the process mentioned by you but updating system table is not allowed, i tried in sql server management studio express 2005 and also in sql server edition 2005 but same error is popped out.

Please can u help me to re-build ldf file since it is my production database and it needs to be sorted out fast.

Your response will be appreciated...........

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>I am logged in as user sa still it gives me error while updating sysdatabases as &#8220;Ad hoc updates on system tables are not allowed&#8221;.</p>
<p>Due to this i cannot set my database in emergency mode, my production database&#8217;s log file is corrupted and it is not allowing me to attach mdf file to create .ldf file.</p>
<p>I tried the process mentioned by you but updating system table is not allowed, i tried in sql server management studio express 2005 and also in sql server edition 2005 but same error is popped out.</p>
<p>Please can u help me to re-build ldf file since it is my production database and it needs to be sorted out fast.</p>
<p>Your response will be appreciated&#8230;&#8230;&#8230;..</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Nishi</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-85079</link>
		<dc:creator><![CDATA[Eduardo Nishi]]></dc:creator>
		<pubDate>Tue, 24 Aug 2010 06:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-85079</guid>
		<description><![CDATA[Thanks, you saved my life]]></description>
		<content:encoded><![CDATA[<p>Thanks, you saved my life</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funashi Mwamba</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-78665</link>
		<dc:creator><![CDATA[Funashi Mwamba]]></dc:creator>
		<pubDate>Sat, 03 Jul 2010 15:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-78665</guid>
		<description><![CDATA[thanks u are the man. save my day]]></description>
		<content:encoded><![CDATA[<p>thanks u are the man. save my day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesus</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-77921</link>
		<dc:creator><![CDATA[Jesus]]></dc:creator>
		<pubDate>Mon, 28 Jun 2010 16:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-77921</guid>
		<description><![CDATA[Hi, I have the same problem...did you get any answeer for that? if so, please share it...thanks in advance.


Best Regards!
Jesus]]></description>
		<content:encoded><![CDATA[<p>Hi, I have the same problem&#8230;did you get any answeer for that? if so, please share it&#8230;thanks in advance.</p>
<p>Best Regards!<br />
Jesus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren Cruz</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-77302</link>
		<dc:creator><![CDATA[Warren Cruz]]></dc:creator>
		<pubDate>Tue, 22 Jun 2010 14:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-77302</guid>
		<description><![CDATA[Oh, yes, I am another DBA helped by this fix!

By the way, it&#039;s now 10:50PM at the office. LOL!]]></description>
		<content:encoded><![CDATA[<p>Oh, yes, I am another DBA helped by this fix!</p>
<p>By the way, it&#8217;s now 10:50PM at the office. LOL!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fox</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-77148</link>
		<dc:creator><![CDATA[Fox]]></dc:creator>
		<pubDate>Mon, 21 Jun 2010 11:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-77148</guid>
		<description><![CDATA[You are wonderful gift from god. My database back, for those who have errors this solutions is applicable in SQL Server 2000]]></description>
		<content:encoded><![CDATA[<p>You are wonderful gift from god. My database back, for those who have errors this solutions is applicable in SQL Server 2000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surachai</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-76525</link>
		<dc:creator><![CDATA[Surachai]]></dc:creator>
		<pubDate>Wed, 16 Jun 2010 15:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-76525</guid>
		<description><![CDATA[Dear Pinal Dave,

I&#039;m sorry, please help me. 

When I do step &#039;—-Following statement will update only one row in database&#039;

I found message &quot;Msg 259, Level 16, State 1, Line 3
Ad hoc updates to system catalogs are not allowed.&quot;


I don&#039;t know what &#039;s happen?

Best regards,
Surachai S]]></description>
		<content:encoded><![CDATA[<p>Dear Pinal Dave,</p>
<p>I&#8217;m sorry, please help me. </p>
<p>When I do step &#8216;—-Following statement will update only one row in database&#8217;</p>
<p>I found message &#8220;Msg 259, Level 16, State 1, Line 3<br />
Ad hoc updates to system catalogs are not allowed.&#8221;</p>
<p>I don&#8217;t know what &#8216;s happen?</p>
<p>Best regards,<br />
Surachai S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Majella</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-74116</link>
		<dc:creator><![CDATA[Majella]]></dc:creator>
		<pubDate>Tue, 01 Jun 2010 12:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-74116</guid>
		<description><![CDATA[Hi Pinal,

Followed steps above - However when I try and query data table I receive error below

Server: Msg 823, Level 24, State 2, Line 1
I/O error (torn page) detected during read at offset 0x0000005ec80000 in file &#039;C:\Program Files\Microsoft SQL Server\MSSQL\data\Deal.MDF&#039;.

Connection Broken

If I try and open tables through Enterprise Manager Receive message 

Error 601 Could not continue scan with NOLOCK due to data movement

Would you have any ideas ?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Followed steps above &#8211; However when I try and query data table I receive error below</p>
<p>Server: Msg 823, Level 24, State 2, Line 1<br />
I/O error (torn page) detected during read at offset 0x0000005ec80000 in file &#8216;C:\Program Files\Microsoft SQL Server\MSSQL\data\Deal.MDF&#8217;.</p>
<p>Connection Broken</p>
<p>If I try and open tables through Enterprise Manager Receive message </p>
<p>Error 601 Could not continue scan with NOLOCK due to data movement</p>
<p>Would you have any ideas ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-71437</link>
		<dc:creator><![CDATA[Dinesh]]></dc:creator>
		<pubDate>Tue, 18 May 2010 15:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-71437</guid>
		<description><![CDATA[Hi,

This is simply great!! 
Your solution helped us to recover from a serious matter.
Really thx a lot.

Keep up the good work pal.


Regards,
Dinesh Hettiarachchi.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is simply great!!<br />
Your solution helped us to recover from a serious matter.<br />
Really thx a lot.</p>
<p>Keep up the good work pal.</p>
<p>Regards,<br />
Dinesh Hettiarachchi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-63752</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Thu, 25 Mar 2010 15:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-63752</guid>
		<description><![CDATA[Hi,

To fix this issue login with admin privilege and execute below statements:
SP_CONFIGURE &#039;ALLOW UPDATES&#039;, 1
GO
RECONFIGURE WITH OVERRIDE
GO

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>To fix this issue login with admin privilege and execute below statements:<br />
SP_CONFIGURE &#8216;ALLOW UPDATES&#8217;, 1<br />
GO<br />
RECONFIGURE WITH OVERRIDE<br />
GO</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: exzant</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-63674</link>
		<dc:creator><![CDATA[exzant]]></dc:creator>
		<pubDate>Thu, 25 Mar 2010 03:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-63674</guid>
		<description><![CDATA[When I do step 10
I got this message :

Server: Msg 259, Level 16, State 2, Line 1
Ad hoc updates to system catalogs are not enabled. The system administrator must reconfigure SQL Server to allow this.

Please your advice.
Thanks]]></description>
		<content:encoded><![CDATA[<p>When I do step 10<br />
I got this message :</p>
<p>Server: Msg 259, Level 16, State 2, Line 1<br />
Ad hoc updates to system catalogs are not enabled. The system administrator must reconfigure SQL Server to allow this.</p>
<p>Please your advice.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-59062</link>
		<dc:creator><![CDATA[Bob]]></dc:creator>
		<pubDate>Mon, 28 Dec 2009 16:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-59062</guid>
		<description><![CDATA[Hi Pinal,

thank you very much for this solution !!! It was very useful for us ... and perhaps it is possible for you to integrate the things which Jim Rickards responses!

Wish you success and all the best for 2010!

Bob]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>thank you very much for this solution !!! It was very useful for us &#8230; and perhaps it is possible for you to integrate the things which Jim Rickards responses!</p>
<p>Wish you success and all the best for 2010!</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subin</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-55135</link>
		<dc:creator><![CDATA[subin]]></dc:creator>
		<pubDate>Sun, 23 Aug 2009 17:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-55135</guid>
		<description><![CDATA[Hi Pinal Sir, 

Thank you very much for this article.Thanks a lot…
The best by the test]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal Sir, </p>
<p>Thank you very much for this article.Thanks a lot…<br />
The best by the test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Plumpton</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-54560</link>
		<dc:creator><![CDATA[Mark Plumpton]]></dc:creator>
		<pubDate>Fri, 07 Aug 2009 01:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-54560</guid>
		<description><![CDATA[The solution posted by Howard (1-apr-2008) worked for me on SQL 2008.

I had also got the &#039;Ad hoc updates to system catalogs are not allowed&#039; message with Pinal&#039;s script]]></description>
		<content:encoded><![CDATA[<p>The solution posted by Howard (1-apr-2008) worked for me on SQL 2008.</p>
<p>I had also got the &#8216;Ad hoc updates to system catalogs are not allowed&#8217; message with Pinal&#8217;s script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruwer</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-54455</link>
		<dc:creator><![CDATA[Bruwer]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 07:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-54455</guid>
		<description><![CDATA[Hi Pinal

Thank you very much indeed for writing such a clear an concise article about a very technical matter.  Well done :)

Thank you]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p>Thank you very much indeed for writing such a clear an concise article about a very technical matter.  Well done :)</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isuru</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-53347</link>
		<dc:creator><![CDATA[Isuru]]></dc:creator>
		<pubDate>Tue, 30 Jun 2009 08:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-53347</guid>
		<description><![CDATA[Dear Pinal, 

Thank you very much for this article. I could save a lot of job details for a whole week in a technical company, who has not backed up their database for long time.

This worked me fine.

I appreciate you for writing these kind of stuff.

- Thanks -]]></description>
		<content:encoded><![CDATA[<p>Dear Pinal, </p>
<p>Thank you very much for this article. I could save a lot of job details for a whole week in a technical company, who has not backed up their database for long time.</p>
<p>This worked me fine.</p>
<p>I appreciate you for writing these kind of stuff.</p>
<p>- Thanks -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-52827</link>
		<dc:creator><![CDATA[Christine]]></dc:creator>
		<pubDate>Mon, 08 Jun 2009 07:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/21/sql-server-fix-error-msg-1813-level-16-state-2-line-1-could-not-open-new-database-yourdatabasename-create-database-is-aborted/#comment-52827</guid>
		<description><![CDATA[hi,

I  encounter the following error when execute the steps at 

DBCC REBUILD_LOG(&#039;Local1&#039;,&#039;c:\Local1_Log.ldf&#039;).

Error msg: 
Server: Msg 5180, Level 22, State 1, Line 1
Could not open FCB for invalid file ID 0 in database &#039;Local1&#039;.

Connection Broken

I could not proceed, do you have any suggestion?
Thx a lot]]></description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I  encounter the following error when execute the steps at </p>
<p>DBCC REBUILD_LOG(&#8216;Local1&#8242;,&#8217;c:\Local1_Log.ldf&#8217;).</p>
<p>Error msg:<br />
Server: Msg 5180, Level 22, State 1, Line 1<br />
Could not open FCB for invalid file ID 0 in database &#8216;Local1&#8242;.</p>
<p>Connection Broken</p>
<p>I could not proceed, do you have any suggestion?<br />
Thx a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>

