<?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; Downgrade Database to Previous Version</title>
	<atom:link href="http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:29:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Thror</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-80396</link>
		<dc:creator><![CDATA[Thror]]></dc:creator>
		<pubDate>Thu, 15 Jul 2010 11:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-80396</guid>
		<description><![CDATA[I really wonder about the silly comments some user leave here. Such as the one from &quot;Graham Smith&quot;. This Graham Smith seems to be himself to be a little incompetent in using his brain to imagine cases where there is a need to convert backwards. Whatever these reasons are. This is not the interest, it isn&#039;t proactiv, it is only distructive. Please stay by the topic and leave own disadvantages in thinking out of here. So back to topic:

Of cause there are always ways to convert a database.
1) Tools like SQLScriptor,...(this is not the only one! May cost sth)
2) Create a script: (i did a 1Minute search: Follow instructions: http://www.hyper-v-mart.com/HowTo/Convert_SQL_Server_2008_to_SQL_Server_2005.aspx
) I favorite this one. It worked for me several times!
3) Use Import/Export if you want only table-content moved.

Please don&#039;t tell that you specialists are not be able to do such conversion. Good luck]]></description>
		<content:encoded><![CDATA[<p>I really wonder about the silly comments some user leave here. Such as the one from &#8220;Graham Smith&#8221;. This Graham Smith seems to be himself to be a little incompetent in using his brain to imagine cases where there is a need to convert backwards. Whatever these reasons are. This is not the interest, it isn&#8217;t proactiv, it is only distructive. Please stay by the topic and leave own disadvantages in thinking out of here. So back to topic:</p>
<p>Of cause there are always ways to convert a database.<br />
1) Tools like SQLScriptor,&#8230;(this is not the only one! May cost sth)<br />
2) Create a script: (i did a 1Minute search: Follow instructions: <a href="http://www.hyper-v-mart.com/HowTo/Convert_SQL_Server_2008_to_SQL_Server_2005.aspx" rel="nofollow">http://www.hyper-v-mart.com/HowTo/Convert_SQL_Server_2008_to_SQL_Server_2005.aspx</a><br />
) I favorite this one. It worked for me several times!<br />
3) Use Import/Export if you want only table-content moved.</p>
<p>Please don&#8217;t tell that you specialists are not be able to do such conversion. Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Estrada</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-73578</link>
		<dc:creator><![CDATA[Hugo Estrada]]></dc:creator>
		<pubDate>Thu, 27 May 2010 22:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-73578</guid>
		<description><![CDATA[Yes, there are many dev to prod machine scenarios. I think it is nonsense that there is no way to downgrade the files.]]></description>
		<content:encoded><![CDATA[<p>Yes, there are many dev to prod machine scenarios. I think it is nonsense that there is no way to downgrade the files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve C</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-64079</link>
		<dc:creator><![CDATA[Steve C]]></dc:creator>
		<pubDate>Wed, 31 Mar 2010 02:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-64079</guid>
		<description><![CDATA[Dudes, script it out. structure and data. You might have to scan through looking for a couple of things (eg date data type, change to datetime), but I&#039;ve done it.

Scanario was dev machine vs prod. TPTB didn&#039;t want to upgrade prod, so we had not choice.]]></description>
		<content:encoded><![CDATA[<p>Dudes, script it out. structure and data. You might have to scan through looking for a couple of things (eg date data type, change to datetime), but I&#8217;ve done it.</p>
<p>Scanario was dev machine vs prod. TPTB didn&#8217;t want to upgrade prod, so we had not choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pollus Brodeur</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-62842</link>
		<dc:creator><![CDATA[Pollus Brodeur]]></dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-62842</guid>
		<description><![CDATA[I can explain to you one case where it&#039;s usefull to have a downgrade. In this scenario, you detach, attach from 2005 to 2008 without any problem. after a while, problems arises and now, you need to rollback. What can you do ? With similar version, you would simply detach, attach back to the original server. Now, you can&#039;t !

The solution...

We reattached the original DB and used Data Compare from Red-Gate. Of course, the downtime was Wayyyy longer but we could make it. In a critical environment, it would be UNACCEPTABLE.]]></description>
		<content:encoded><![CDATA[<p>I can explain to you one case where it&#8217;s usefull to have a downgrade. In this scenario, you detach, attach from 2005 to 2008 without any problem. after a while, problems arises and now, you need to rollback. What can you do ? With similar version, you would simply detach, attach back to the original server. Now, you can&#8217;t !</p>
<p>The solution&#8230;</p>
<p>We reattached the original DB and used Data Compare from Red-Gate. Of course, the downtime was Wayyyy longer but we could make it. In a critical environment, it would be UNACCEPTABLE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John F</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-62439</link>
		<dc:creator><![CDATA[John F]]></dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-62439</guid>
		<description><![CDATA[I have had to downgrade from 2008 to 2005 a couple of times due to various reasons such as client insistence. Redgate&#039;s tools absolutely saved me - this is the only way I know of I had spent hours researching it. Good luck!]]></description>
		<content:encoded><![CDATA[<p>I have had to downgrade from 2008 to 2005 a couple of times due to various reasons such as client insistence. Redgate&#8217;s tools absolutely saved me &#8211; this is the only way I know of I had spent hours researching it. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Traian</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-56556</link>
		<dc:creator><![CDATA[Traian]]></dc:creator>
		<pubDate>Fri, 09 Oct 2009 10:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-56556</guid>
		<description><![CDATA[Hi there,
I have the same issue, I recently received some backups from sql2008 and I&#039;ve restored them in an 2k8 server, from that point I&#039;ve changed the compatibility level from 100 to 90 then performed a backup and tried to restore in 2005 and guess what...it errored. I&#039;ve also tried to copy_database trough the wizzard and that errored too with the same compatibility level. The next thing I tried was to export data from tables and at some computed rows from a few tables ERRORed, of course....so, I dont think this could be possible.]]></description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I have the same issue, I recently received some backups from sql2008 and I&#8217;ve restored them in an 2k8 server, from that point I&#8217;ve changed the compatibility level from 100 to 90 then performed a backup and tried to restore in 2005 and guess what&#8230;it errored. I&#8217;ve also tried to copy_database trough the wizzard and that errored too with the same compatibility level. The next thing I tried was to export data from tables and at some computed rows from a few tables ERRORed, of course&#8230;.so, I dont think this could be possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishrut</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-55947</link>
		<dc:creator><![CDATA[Vishrut]]></dc:creator>
		<pubDate>Thu, 17 Sep 2009 15:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-55947</guid>
		<description><![CDATA[If i were to have a database in SQL 2008. How can i create a backup of it and restore it onto 2005 . 

The above method That Imran does not work ?? any other ideas ???]]></description>
		<content:encoded><![CDATA[<p>If i were to have a database in SQL 2008. How can i create a backup of it and restore it onto 2005 . </p>
<p>The above method That Imran does not work ?? any other ideas ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-54346</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Sat, 01 Aug 2009 06:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-54346</guid>
		<description><![CDATA[@Ann 
I am not sure if this will work, but definitely you can try this.

Create database in SQL Server 2008. 

Once you create database, 
go to SQL Server Management studio, 
Object Explorer, 
Expand Server , 
Expand Databases, 
Right Click database Name you just created Click Properties, 
Click Options, 
Set Compatability Level to : SQL Server 2005 (90) from drop down list.
Click OK.

This should set your database as if it exists in SQL Server 2005. Try this if it does not works. Leave a comment. We will try some thing else.

~ IM]]></description>
		<content:encoded><![CDATA[<p>@Ann<br />
I am not sure if this will work, but definitely you can try this.</p>
<p>Create database in SQL Server 2008. </p>
<p>Once you create database,<br />
go to SQL Server Management studio,<br />
Object Explorer,<br />
Expand Server ,<br />
Expand Databases,<br />
Right Click database Name you just created Click Properties,<br />
Click Options,<br />
Set Compatability Level to : SQL Server 2005 (90) from drop down list.<br />
Click OK.</p>
<p>This should set your database as if it exists in SQL Server 2005. Try this if it does not works. Leave a comment. We will try some thing else.</p>
<p>~ IM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ann Ziluck</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-54336</link>
		<dc:creator><![CDATA[Ann Ziluck]]></dc:creator>
		<pubDate>Fri, 31 Jul 2009 17:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-54336</guid>
		<description><![CDATA[I have been searching for a way to create a SQL 2005 compatible database using SQL Server 2008. I see in this post that it is not possible to downgrade from 2005 to 2000 - but has this changed in SQL 2008? I am a student in Web Development .NET and writing code using Visual Studio 2005. I need to create a database but only have SQL Server 2008 since it is free to students from the MS Dreamspark website.  I creat the database in SQL Server 2008 and load some data - and everything is ok. Howevet Visual Studio 2005 cannot seem to see or recognize this new database.  When I create a database in Access 2007 I have the same problem -except Access does allow me to create a database with a previous version.

Does anyone have any suggestions? I have soent so much time trying to load 10 records into a file that I can use in a VB program that I just dont know what to do. Access datatypes are a bit confusing and I love the control possible when using SQL.

SOS!  Thanks everyone!! Im SUCH a newbie but a very enthusiastic new programmer with a 4.0!  I hope to be able to help others in the online forums in the years to come.. but right now I am lost in the differences between software versions for database creation.

All the best!

Ann]]></description>
		<content:encoded><![CDATA[<p>I have been searching for a way to create a SQL 2005 compatible database using SQL Server 2008. I see in this post that it is not possible to downgrade from 2005 to 2000 &#8211; but has this changed in SQL 2008? I am a student in Web Development .NET and writing code using Visual Studio 2005. I need to create a database but only have SQL Server 2008 since it is free to students from the MS Dreamspark website.  I creat the database in SQL Server 2008 and load some data &#8211; and everything is ok. Howevet Visual Studio 2005 cannot seem to see or recognize this new database.  When I create a database in Access 2007 I have the same problem -except Access does allow me to create a database with a previous version.</p>
<p>Does anyone have any suggestions? I have soent so much time trying to load 10 records into a file that I can use in a VB program that I just dont know what to do. Access datatypes are a bit confusing and I love the control possible when using SQL.</p>
<p>SOS!  Thanks everyone!! Im SUCH a newbie but a very enthusiastic new programmer with a 4.0!  I hope to be able to help others in the online forums in the years to come.. but right now I am lost in the differences between software versions for database creation.</p>
<p>All the best!</p>
<p>Ann</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Smith</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-43744</link>
		<dc:creator><![CDATA[Graham Smith]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 17:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-43744</guid>
		<description><![CDATA[I&#039;m sorry, but if a business is silly enough to allow one of its&#039; &quot;techies&quot; to install trial software onto a production servers, then it must pay the price for that incompetence.

The best advice I can give to the individuals concerned is to get another job before your boss finds out what you&#039;ve done.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, but if a business is silly enough to allow one of its&#8217; &#8220;techies&#8221; to install trial software onto a production servers, then it must pay the price for that incompetence.</p>
<p>The best advice I can give to the individuals concerned is to get another job before your boss finds out what you&#8217;ve done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kearns</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-43725</link>
		<dc:creator><![CDATA[Kearns]]></dc:creator>
		<pubDate>Thu, 16 Oct 2008 02:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=1375#comment-43725</guid>
		<description><![CDATA[Seems odd to me. If there was any risk of not purchasing the server when the trial was over, I wouldn&#039;t use it anywhere of any concern. That given, you can install SQL 2000 on another machine and use a tool like Red Gate SQL Compare and Red Gate SQL Data Compare to bring across all of the data and schema, provided you aren&#039;t doing anythign that SQL 2000 can&#039;t do. Still, if you have the budget, 2005 is well worth it...]]></description>
		<content:encoded><![CDATA[<p>Seems odd to me. If there was any risk of not purchasing the server when the trial was over, I wouldn&#8217;t use it anywhere of any concern. That given, you can install SQL 2000 on another machine and use a tool like Red Gate SQL Compare and Red Gate SQL Data Compare to bring across all of the data and schema, provided you aren&#8217;t doing anythign that SQL 2000 can&#8217;t do. Still, if you have the budget, 2005 is well worth it&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

