<?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; 2005 &#8211; T-SQL Script to Attach and Detach Database</title>
	<atom:link href="http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sandrar</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-55772</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-55772</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  :) Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VS</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-52913</link>
		<dc:creator>VS</dc:creator>
		<pubDate>Wed, 10 Jun 2009 17:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-52913</guid>
		<description>I can find no information on @keepfulltextindexfile parameter for dbcc detachdb. I want to see what happens when this is set to false.  I want to be sure that all ft indexing is removed so there will be no confusion with the newly attached db when I rebuild the ft catalog.

Any info you can provide will be immensely helpful. 

vs</description>
		<content:encoded><![CDATA[<p>I can find no information on @keepfulltextindexfile parameter for dbcc detachdb. I want to see what happens when this is set to false.  I want to be sure that all ft indexing is removed so there will be no confusion with the newly attached db when I rebuild the ft catalog.</p>
<p>Any info you can provide will be immensely helpful. </p>
<p>vs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-52282</link>
		<dc:creator>Imran Mohammed</dc:creator>
		<pubDate>Sat, 23 May 2009 22:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-52282</guid>
		<description>@Biyani, 

Please post your question once. 

Reponse to your question :

Are you trying to attach  SQL Server 2005 database files on SQL Server 2000 ? If that is the case then you cannot attach those files. 

Please provide, version details you are trying to restore On.

~IM.</description>
		<content:encoded><![CDATA[<p>@Biyani, </p>
<p>Please post your question once. </p>
<p>Reponse to your question :</p>
<p>Are you trying to attach  SQL Server 2005 database files on SQL Server 2000 ? If that is the case then you cannot attach those files. </p>
<p>Please provide, version details you are trying to restore On.</p>
<p>~IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kshitij Biyani</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-52268</link>
		<dc:creator>Kshitij Biyani</dc:creator>
		<pubDate>Sat, 23 May 2009 16:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-52268</guid>
		<description>Kindly Help me to sort this error which is comming while attaching my database

TITLE: Microsoft SQL Server Management Studio Express
------------------------------

Attach database failed for Server &#039;KPS-980B2490DB6&#039;.  (Microsoft.SqlServer.Express.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;ProdVer=9.00.2047.00&amp;EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&amp;EvtID=Attach+database+Server&amp;LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)

------------------------------

Could not find row in sysindexes for database ID 14, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.
Could not open new database &#039;db_Swapan&#039;. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 602)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;EvtSrc=MSSQLServer&amp;EvtID=602&amp;LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------</description>
		<content:encoded><![CDATA[<p>Kindly Help me to sort this error which is comming while attaching my database</p>
<p>TITLE: Microsoft SQL Server Management Studio Express<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Attach database failed for Server &#8216;KPS-980B2490DB6&#8242;.  (Microsoft.SqlServer.Express.Smo)</p>
<p>For help, click: <a href="http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;ProdVer=9.00.2047.00&amp;EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&amp;EvtID=Attach+database+Server&amp;LinkId=20476" rel="nofollow">http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;ProdVer=9.00.2047.00&amp;EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&amp;EvtID=Attach+database+Server&amp;LinkId=20476</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ADDITIONAL INFORMATION:</p>
<p>An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Could not find row in sysindexes for database ID 14, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.<br />
Could not open new database &#8216;db_Swapan&#8217;. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 602)</p>
<p>For help, click: <a href="http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;EvtSrc=MSSQLServer&amp;EvtID=602&amp;LinkId=20476" rel="nofollow">http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;EvtSrc=MSSQLServer&amp;EvtID=602&amp;LinkId=20476</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
BUTTONS:</p>
<p>OK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kshitij Biyani</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-52267</link>
		<dc:creator>Kshitij Biyani</dc:creator>
		<pubDate>Sat, 23 May 2009 16:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-52267</guid>
		<description>Hi
I am trying to attach my database to my pc which I made in my trainning but an error is comming Kindly Help :-
TITLE: Microsoft SQL Server Management Studio Express
------------------------------

Attach database failed for Server &#039;KPS-980B2490DB6&#039;.  (Microsoft.SqlServer.Express.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;ProdVer=9.00.2047.00&amp;EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&amp;EvtID=Attach+database+Server&amp;LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)

------------------------------

Could not find row in sysindexes for database ID 14, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.
Could not open new database &#039;db_Swapan&#039;. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 602)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;EvtSrc=MSSQLServer&amp;EvtID=602&amp;LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am trying to attach my database to my pc which I made in my trainning but an error is comming Kindly Help :-<br />
TITLE: Microsoft SQL Server Management Studio Express<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Attach database failed for Server &#8216;KPS-980B2490DB6&#8242;.  (Microsoft.SqlServer.Express.Smo)</p>
<p>For help, click: <a href="http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;ProdVer=9.00.2047.00&amp;EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&amp;EvtID=Attach+database+Server&amp;LinkId=20476" rel="nofollow">http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;ProdVer=9.00.2047.00&amp;EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&amp;EvtID=Attach+database+Server&amp;LinkId=20476</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ADDITIONAL INFORMATION:</p>
<p>An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Could not find row in sysindexes for database ID 14, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.<br />
Could not open new database &#8216;db_Swapan&#8217;. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 602)</p>
<p>For help, click: <a href="http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;EvtSrc=MSSQLServer&amp;EvtID=602&amp;LinkId=20476" rel="nofollow">http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;EvtSrc=MSSQLServer&amp;EvtID=602&amp;LinkId=20476</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
BUTTONS:</p>
<p>OK<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-51219</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-51219</guid>
		<description>Pinal - this is *exactly* what I needed and was looking for - always find great SQL tips and code on your site, thanks for all you do.</description>
		<content:encoded><![CDATA[<p>Pinal &#8211; this is *exactly* what I needed and was looking for &#8211; always find great SQL tips and code on your site, thanks for all you do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-47242</link>
		<dc:creator>SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-47242</guid>
		<description>[...] SQL SERVER - 2005 - T-SQL Script to Attach and Detach Database [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; 2005 &#8211; T-SQL Script to Attach and Detach Database [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nag</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-45069</link>
		<dc:creator>Nag</dc:creator>
		<pubDate>Wed, 24 Dec 2008 23:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-45069</guid>
		<description>Helped me immensely for coming over issues with login after detaching a default DB of windows user. Alter login didn&#039;t worked that time.</description>
		<content:encoded><![CDATA[<p>Helped me immensely for coming over issues with login after detaching a default DB of windows user. Alter login didn&#8217;t worked that time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katie</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-43224</link>
		<dc:creator>Katie</dc:creator>
		<pubDate>Wed, 24 Sep 2008 20:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-43224</guid>
		<description>I used sp_attach like this and get the Msg 1813:

USE [master]
GO
sp_attach_db @dbname = N&#039;TestDB&#039;,
 @FILENAME1 = N&#039;C:\Data\TestDB.mdf&#039; ,
 @FILENAME2 = N&#039;C:\Data\TestDB_1.ldf&#039; 

What did I miss?</description>
		<content:encoded><![CDATA[<p>I used sp_attach like this and get the Msg 1813:</p>
<p>USE [master]<br />
GO<br />
sp_attach_db @dbname = N&#8217;TestDB&#8217;,<br />
 @FILENAME1 = N&#8217;C:\Data\TestDB.mdf&#8217; ,<br />
 @FILENAME2 = N&#8217;C:\Data\TestDB_1.ldf&#8217; </p>
<p>What did I miss?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-41970</link>
		<dc:creator>Imran Mohammed</dc:creator>
		<pubDate>Sun, 24 Aug 2008 05:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-41970</guid>
		<description>@Larry, 

Chill Man !!!

I guess, this is what you did ?

1. You executed detached database statement ( sp_detach_db) on server1 and then 
2. You logged in to Server2 ( different machine) and 
3. There you are trying to attach the database by executing this statement ( sp_attach_db).

But my dear, you have also have to manually move those .mdf and .ldf files from old server to new server. 

And while using sp_attach_db stored procedures, give the new location of these files ( where ever you moved it to, ex: D:\program files\ microsoft sql server\.........)

Once you move ( copy those .mdf and .ldf files)to new server then use sp_attach_db with the new location ( on new server).

You should be able to attach it.

If you cannot do it through sql commands, let me know I will try to post screen shots for the same using interfaces.

Hope this helps,
Imran.</description>
		<content:encoded><![CDATA[<p>@Larry, </p>
<p>Chill Man !!!</p>
<p>I guess, this is what you did ?</p>
<p>1. You executed detached database statement ( sp_detach_db) on server1 and then<br />
2. You logged in to Server2 ( different machine) and<br />
3. There you are trying to attach the database by executing this statement ( sp_attach_db).</p>
<p>But my dear, you have also have to manually move those .mdf and .ldf files from old server to new server. </p>
<p>And while using sp_attach_db stored procedures, give the new location of these files ( where ever you moved it to, ex: D:\program files\ microsoft sql server\&#8230;&#8230;&#8230;)</p>
<p>Once you move ( copy those .mdf and .ldf files)to new server then use sp_attach_db with the new location ( on new server).</p>
<p>You should be able to attach it.</p>
<p>If you cannot do it through sql commands, let me know I will try to post screen shots for the same using interfaces.</p>
<p>Hope this helps,<br />
Imran.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-41964</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Sun, 24 Aug 2008 01:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-41964</guid>
		<description>Apparently no one in this uinverse knows how to do this. On the same server, yes it work, but move to other server and you get: Msg 1813, Level 16, State 2, Line 1
Could not open new database ‘AdventureWorks’. CREATE DATABASE is aborted.
Msg 602, Level 21, State 50, Line 1
Could not find row in sysindexes for database ID 19, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.</description>
		<content:encoded><![CDATA[<p>Apparently no one in this uinverse knows how to do this. On the same server, yes it work, but move to other server and you get: Msg 1813, Level 16, State 2, Line 1<br />
Could not open new database ‘AdventureWorks’. CREATE DATABASE is aborted.<br />
Msg 602, Level 21, State 50, Line 1<br />
Could not find row in sysindexes for database ID 19, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-41404</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 06 Aug 2008 20:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-41404</guid>
		<description>Worked flawlessly, thanks for the script!</description>
		<content:encoded><![CDATA[<p>Worked flawlessly, thanks for the script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali.Net</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-38802</link>
		<dc:creator>Ali.Net</dc:creator>
		<pubDate>Mon, 26 May 2008 16:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-38802</guid>
		<description>Hi,
This topic is very useful
Thank&#039;s</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This topic is very useful<br />
Thank&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shamshad</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-37112</link>
		<dc:creator>Shamshad</dc:creator>
		<pubDate>Tue, 06 May 2008 19:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-37112</guid>
		<description>Attach db query not working at all !!!
Do i have to create a new db and then run this attach query?


Msg 1813, Level 16, State 2, Line 1
Could not open new database &#039;AdventureWorks&#039;. CREATE DATABASE is aborted.
Msg 602, Level 21, State 50, Line 1
Could not find row in sysindexes for database ID 19, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.</description>
		<content:encoded><![CDATA[<p>Attach db query not working at all !!!<br />
Do i have to create a new db and then run this attach query?</p>
<p>Msg 1813, Level 16, State 2, Line 1<br />
Could not open new database &#8216;AdventureWorks&#8217;. CREATE DATABASE is aborted.<br />
Msg 602, Level 21, State 50, Line 1<br />
Could not find row in sysindexes for database ID 19, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyn</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-34946</link>
		<dc:creator>Lyn</dc:creator>
		<pubDate>Wed, 09 Apr 2008 14:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-34946</guid>
		<description>Hi Pinal,

I noticed that when a database is re-attached, it&#039;s creation_date is updated to the date of attachment. Is there any way to change this?

Thanks
Lyn</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I noticed that when a database is re-attached, it&#8217;s creation_date is updated to the date of attachment. Is there any way to change this?</p>
<p>Thanks<br />
Lyn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khondaker haque</title>
		<link>http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-33790</link>
		<dc:creator>Khondaker haque</dc:creator>
		<pubDate>Sat, 16 Feb 2008 10:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/24/sql-server-2005-t-sql-script-to-attach-and-detach-database/#comment-33790</guid>
		<description>I backed up the database &#039;City&#039; and user logins from one server and restore the database and user logins by another server. Everything was fine. I refreshed the database, but I still can&#039;t login the database. How can I trouble-shoot the problem?</description>
		<content:encoded><![CDATA[<p>I backed up the database &#8216;City&#8217; and user logins from one server and restore the database and user logins by another server. Everything was fine. I refreshed the database, but I still can&#8217;t login the database. How can I trouble-shoot the problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
