<?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>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: Traian</title>
		<link>http://blog.sqlauthority.com/2008/10/16/sql-server-downgrade-database-to-previous-version/#comment-56556</link>
		<dc:creator>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>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>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>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>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>@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>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>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>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>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>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>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>
