<?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 Change Database Compatible Level &#8211; Backward Compatibility &#8211; Part 2 &#8211; Management Studio</title>
	<atom:link href="http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/</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: Madhu</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-154088</link>
		<dc:creator><![CDATA[Madhu]]></dc:creator>
		<pubDate>Fri, 05 Aug 2011 10:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-154088</guid>
		<description><![CDATA[Are the databases backward compatible]]></description>
		<content:encoded><![CDATA[<p>Are the databases backward compatible</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-64603</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Tue, 06 Apr 2010 18:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-64603</guid>
		<description><![CDATA[Hi,

Changing the compatibility level changes the syntax validation, and execution bahaviour of a database. So test the implications on a testing database first and if all connecting applications work fine then chnage to production database.
Changing the Recovery model to FULL does not affect the functionality and execution of database but without any future plan it can cause the large log file size and disk full issue.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Changing the compatibility level changes the syntax validation, and execution bahaviour of a database. So test the implications on a testing database first and if all connecting applications work fine then chnage to production database.<br />
Changing the Recovery model to FULL does not affect the functionality and execution of database but without any future plan it can cause the large log file size and disk full issue.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: catcat</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-64506</link>
		<dc:creator><![CDATA[catcat]]></dc:creator>
		<pubDate>Tue, 06 Apr 2010 03:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-64506</guid>
		<description><![CDATA[Hi Sir,

BTW, thanks for all your blogs! since i am a newbie DBA, reading you blogs helps me a log in my work.

I learned a lot!]]></description>
		<content:encoded><![CDATA[<p>Hi Sir,</p>
<p>BTW, thanks for all your blogs! since i am a newbie DBA, reading you blogs helps me a log in my work.</p>
<p>I learned a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: catcat</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-64505</link>
		<dc:creator><![CDATA[catcat]]></dc:creator>
		<pubDate>Tue, 06 Apr 2010 03:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-64505</guid>
		<description><![CDATA[Hello Sir,

Is there any implication or effect if I change the compatibility of the database if it used to be in 70 level and i will change it to 90 level.

Also, will there be an effect if I change the Recovery Model from Simple to Full?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello Sir,</p>
<p>Is there any implication or effect if I change the compatibility of the database if it used to be in 70 level and i will change it to 90 level.</p>
<p>Also, will there be an effect if I change the Recovery Model from Simple to Full?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surendra</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-54453</link>
		<dc:creator><![CDATA[Surendra]]></dc:creator>
		<pubDate>Wed, 05 Aug 2009 06:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-54453</guid>
		<description><![CDATA[Hi,

I am using SQLServer Management Studio 2005. I have a database located in remote machine, which is SQLServer 2000. When i am trying to connect to that server, it is saying that, SQLServer doesnt exist or server doesnt exist. If i try the same way from some other machine with the same SQLServer 2005 installation, it is working fine. Does anyone have any idea on the compatibility issue?

Thanks,
Suren]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using SQLServer Management Studio 2005. I have a database located in remote machine, which is SQLServer 2000. When i am trying to connect to that server, it is saying that, SQLServer doesnt exist or server doesnt exist. If i try the same way from some other machine with the same SQLServer 2005 installation, it is working fine. Does anyone have any idea on the compatibility issue?</p>
<p>Thanks,<br />
Suren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-46357</link>
		<dc:creator><![CDATA[Martin]]></dc:creator>
		<pubDate>Thu, 05 Feb 2009 10:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-46357</guid>
		<description><![CDATA[Hi

I have the same problem.  I am being forced by the application provider to set the compatibility level to 7.0 for the database so how do I setup a maintenance plan?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have the same problem.  I am being forced by the application provider to set the compatibility level to 7.0 for the database so how do I setup a maintenance plan?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-39676</link>
		<dc:creator><![CDATA[Dinesh]]></dc:creator>
		<pubDate>Wed, 02 Jul 2008 06:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-39676</guid>
		<description><![CDATA[Hi 

I have SQL 2005 server with some 80 or higher compatibility databases and some ae of 70 and lower. When i try to create backup job using database maintenance plan, it takes only 80 and higher compatibility databases and skips all lower compatibility databases.  

Can some help me ?]]></description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I have SQL 2005 server with some 80 or higher compatibility databases and some ae of 70 and lower. When i try to create backup job using database maintenance plan, it takes only 80 and higher compatibility databases and skips all lower compatibility databases.  </p>
<p>Can some help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-3658</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Thu, 14 Jun 2007 04:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-3658</guid>
		<description><![CDATA[Arthur,

Please provide more information. Which version you are working with, which database. Is it read only? Is it system Database? Screenshot of the your case will also help.

Regards,
Pinal Dave (SQLAuthority.com)]]></description>
		<content:encoded><![CDATA[<p>Arthur,</p>
<p>Please provide more information. Which version you are working with, which database. Is it read only? Is it system Database? Screenshot of the your case will also help.</p>
<p>Regards,<br />
Pinal Dave (SQLAuthority.com)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Manena</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-3656</link>
		<dc:creator><![CDATA[Arthur Manena]]></dc:creator>
		<pubDate>Thu, 14 Jun 2007 01:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-2005-change-database-compatible-level-backward-compatibility-part-2-management-studio/#comment-3656</guid>
		<description><![CDATA[I tried changing it like that, but the SQL Server 2005(90) option is not available. Any Ideas????

Plz help i&#039;m struggling.

regards]]></description>
		<content:encoded><![CDATA[<p>I tried changing it like that, but the SQL Server 2005(90) option is not available. Any Ideas????</p>
<p>Plz help i&#8217;m struggling.</p>
<p>regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

