<?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</title>
	<atom:link href="http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jwalant Natvarlal Soneji</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-457507</link>
		<dc:creator><![CDATA[Jwalant Natvarlal Soneji]]></dc:creator>
		<pubDate>Tue, 16 Apr 2013 22:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-457507</guid>
		<description><![CDATA[100 = SQL Server 2008
110 = SQL Server 2012]]></description>
		<content:encoded><![CDATA[<p>100 = SQL Server 2008<br />
110 = SQL Server 2012</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Bijili</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-410564</link>
		<dc:creator><![CDATA[Mohamed Bijili]]></dc:creator>
		<pubDate>Mon, 21 Jan 2013 06:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-410564</guid>
		<description><![CDATA[Im using sql server 2005,the Database Compatible Level 90 is not supporting in vb.net , it supports 80 only.]]></description>
		<content:encoded><![CDATA[<p>Im using sql server 2005,the Database Compatible Level 90 is not supporting in vb.net , it supports 80 only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sabyasachis86</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-407892</link>
		<dc:creator><![CDATA[sabyasachis86]]></dc:creator>
		<pubDate>Tue, 15 Jan 2013 06:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-407892</guid>
		<description><![CDATA[Pinal Sir,
What is the significance of doing this. I am not able to get... Please reply me...]]></description>
		<content:encoded><![CDATA[<p>Pinal Sir,<br />
What is the significance of doing this. I am not able to get&#8230; Please reply me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipul</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-387224</link>
		<dc:creator><![CDATA[Vipul]]></dc:creator>
		<pubDate>Wed, 05 Dec 2012 09:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-387224</guid>
		<description><![CDATA[Hi Gleb

Its not the Database compatiblity i need, Its the SQL SERVER Management studio compatiblity . when i run a script like 
DECLARE @var nvarchar(max) = &#039;test data&#039;

On a DATABASE any compatiblity level , It does not give error if db is in sql studio 2008.
but it gives error if the DB is on sql server management studio 2005.

so i need a setting for my query window in sql server management studio 2008 to behave like sql server management studio 2005.

Thanks
Vipul]]></description>
		<content:encoded><![CDATA[<p>Hi Gleb</p>
<p>Its not the Database compatiblity i need, Its the SQL SERVER Management studio compatiblity . when i run a script like<br />
DECLARE @var nvarchar(max) = &#8216;test data&#8217;</p>
<p>On a DATABASE any compatiblity level , It does not give error if db is in sql studio 2008.<br />
but it gives error if the DB is on sql server management studio 2005.</p>
<p>so i need a setting for my query window in sql server management studio 2008 to behave like sql server management studio 2005.</p>
<p>Thanks<br />
Vipul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipul</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-387222</link>
		<dc:creator><![CDATA[Vipul]]></dc:creator>
		<pubDate>Wed, 05 Dec 2012 09:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-387222</guid>
		<description><![CDATA[Hi Gleb
Its not the Database compatiblity i need, Its the SQL SERVER Management studio compatiblity . when i run a script like 
DECLARE @var nvarchar(max) = &#039;test data&#039;

On a DATABASE any compatiblity level , It does not give error if db is in sql studio 2008.
but it gives error if the DB is on sql server management studio 2005.

so i need a setting for my query window in sql server management studio 2008 to behave like sql server management studio 2005.

Thanks
Vipul]]></description>
		<content:encoded><![CDATA[<p>Hi Gleb<br />
Its not the Database compatiblity i need, Its the SQL SERVER Management studio compatiblity . when i run a script like<br />
DECLARE @var nvarchar(max) = &#8216;test data&#8217;</p>
<p>On a DATABASE any compatiblity level , It does not give error if db is in sql studio 2008.<br />
but it gives error if the DB is on sql server management studio 2005.</p>
<p>so i need a setting for my query window in sql server management studio 2008 to behave like sql server management studio 2005.</p>
<p>Thanks<br />
Vipul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GLeb</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-387190</link>
		<dc:creator><![CDATA[GLeb]]></dc:creator>
		<pubDate>Wed, 05 Dec 2012 08:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-387190</guid>
		<description><![CDATA[--new syntax
ALTER DATABASE test2008
SET COMPATIBILITY_LEVEL = 100

-- Valid values of the database compatibility level are 90 (for 2005), 100 (for 2008), or 110 (for 2012).]]></description>
		<content:encoded><![CDATA[<p>&#8211;new syntax<br />
ALTER DATABASE test2008<br />
SET COMPATIBILITY_LEVEL = 100</p>
<p>&#8211; Valid values of the database compatibility level are 90 (for 2005), 100 (for 2008), or 110 (for 2012).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vipul</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-316375</link>
		<dc:creator><![CDATA[vipul]]></dc:creator>
		<pubDate>Fri, 20 Jul 2012 12:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-316375</guid>
		<description><![CDATA[Hi i have a similar problem. I am using sql server 2008. i make upgarde scripts for a 2005ver. db. when i execute scripts like Declare @var int =0; they are executed on my environment(sql server 2008) but on client environment which has sql server 2005 installed, it throws error. i know how to correct this. but there any way to make settings of sql server 2008 make us know whether the script will run or not on sql server 2005.]]></description>
		<content:encoded><![CDATA[<p>Hi i have a similar problem. I am using sql server 2008. i make upgarde scripts for a 2005ver. db. when i execute scripts like Declare @var int =0; they are executed on my environment(sql server 2008) but on client environment which has sql server 2005 installed, it throws error. i know how to correct this. but there any way to make settings of sql server 2008 make us know whether the script will run or not on sql server 2005.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Osiname</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-316322</link>
		<dc:creator><![CDATA[Andrew Osiname]]></dc:creator>
		<pubDate>Fri, 20 Jul 2012 10:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-316322</guid>
		<description><![CDATA[I changed my server to SQL 2005 from 2000 using EXEC sp_dbcmptlevel TQM, 90;

It allowed me to use the PIVOT command but caused a strange problem.

On some old stored procecures, a previous developer had written a query like so:

SELECT 
  s.firstname,
  c.carreg,
.s.surname /*notice .s.surname*/

FROM
  staff s
INNER JOIN
  car c ON c.StaffID = s.StaffID

I normally wouldnt write .s.surname because the table staff was aliased to s not .s

However thats how the code was written.

When i changed the compatibility level to 2005, the stored procedure didnt work anymore and when i changed it back to 2000 - it did...just thought it was worth mentioning.

So i removed the extra .&#039;s from all stored procedures and its all fine but a strange bug...]]></description>
		<content:encoded><![CDATA[<p>I changed my server to SQL 2005 from 2000 using EXEC sp_dbcmptlevel TQM, 90;</p>
<p>It allowed me to use the PIVOT command but caused a strange problem.</p>
<p>On some old stored procecures, a previous developer had written a query like so:</p>
<p>SELECT<br />
  s.firstname,<br />
  c.carreg,<br />
.s.surname /*notice .s.surname*/</p>
<p>FROM<br />
  staff s<br />
INNER JOIN<br />
  car c ON c.StaffID = s.StaffID</p>
<p>I normally wouldnt write .s.surname because the table staff was aliased to s not .s</p>
<p>However thats how the code was written.</p>
<p>When i changed the compatibility level to 2005, the stored procedure didnt work anymore and when i changed it back to 2000 &#8211; it did&#8230;just thought it was worth mentioning.</p>
<p>So i removed the extra .&#8217;s from all stored procedures and its all fine but a strange bug&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vipul</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-306810</link>
		<dc:creator><![CDATA[vipul]]></dc:creator>
		<pubDate>Thu, 28 Jun 2012 06:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-306810</guid>
		<description><![CDATA[Hi i have a similar problem. I an using sql server 2008. i make upgard scripts for a 2005ver. db. when i execute scripts like Declare @var int =0, they are executed on my environment but on client environment which has sql server 2005 installed, it throws error. i know how to correct this.  but there any way to make settings of sql server 2008 make us know whether the script will run or not on sql server 2008.]]></description>
		<content:encoded><![CDATA[<p>Hi i have a similar problem. I an using sql server 2008. i make upgard scripts for a 2005ver. db. when i execute scripts like Declare @var int =0, they are executed on my environment but on client environment which has sql server 2005 installed, it throws error. i know how to correct this.  but there any way to make settings of sql server 2008 make us know whether the script will run or not on sql server 2008.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viral</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-288258</link>
		<dc:creator><![CDATA[viral]]></dc:creator>
		<pubDate>Thu, 24 May 2012 23:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-288258</guid>
		<description><![CDATA[Hi, I am a business analyst working on SQL2000 to SQL2008R2 upgrade. We used Upgrade Advisor to identify the issues which require the code level changes. But how can i make sure if this were all the issues ?

Is there anything which an Upgrade Advisor cannot catch ?

Please help]]></description>
		<content:encoded><![CDATA[<p>Hi, I am a business analyst working on SQL2000 to SQL2008R2 upgrade. We used Upgrade Advisor to identify the issues which require the code level changes. But how can i make sure if this were all the issues ?</p>
<p>Is there anything which an Upgrade Advisor cannot catch ?</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonald</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-254779</link>
		<dc:creator><![CDATA[Jonald]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 09:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-254779</guid>
		<description><![CDATA[please help thats my code]]></description>
		<content:encoded><![CDATA[<p>please help thats my code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonald</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-254778</link>
		<dc:creator><![CDATA[Jonald]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 09:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-254778</guid>
		<description><![CDATA[&#039;JONALD
&#039;when i want to update data,,..the error is &quot;Fialed to Update&quot;   

Private Sub btnok_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnok.Click

        Connection_open()

        cmd = New SqlCommand(&quot; UPDATE TBLNAME SET FirstName = &#039;&quot; &amp; txtfirstname.Text &amp; &quot;&#039;, MiddleName = &#039;&quot; &amp; txtmiddlename.Text &amp; &quot;&#039;, LastName = &#039;&quot; &amp; txtlastname.Text &amp; &quot;&#039;, Program = &#039;&quot; &amp; maskedprogram.Text &amp; &quot;&#039; where StudentID = &#039;&quot; &amp; txtstudentID.Text &amp; &quot;&#039; &quot;, conn)


        j = cmd.ExecuteNonQuery

        If j &gt; 0 Then

            MsgBox(&quot;Update success!&quot;)

        Else
            MsgBox(&quot;Failed to update!&quot;)

        End If
        connection_close()

        txtstudentID.Clear()
        txtfirstname.Clear()
        txtmiddlename.Clear()
        txtlastname.Clear()
        maskedprogram.Clear()
        txtstudentID.Focus()



    End Sub]]></description>
		<content:encoded><![CDATA[<p>&#8216;JONALD<br />
&#8216;when i want to update data,,..the error is &#8220;Fialed to Update&#8221;   </p>
<p>Private Sub btnok_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnok.Click</p>
<p>        Connection_open()</p>
<p>        cmd = New SqlCommand(&#8221; UPDATE TBLNAME SET FirstName = &#8216;&#8221; &amp; txtfirstname.Text &amp; &#8220;&#8216;, MiddleName = &#8216;&#8221; &amp; txtmiddlename.Text &amp; &#8220;&#8216;, LastName = &#8216;&#8221; &amp; txtlastname.Text &amp; &#8220;&#8216;, Program = &#8216;&#8221; &amp; maskedprogram.Text &amp; &#8220;&#8216; where StudentID = &#8216;&#8221; &amp; txtstudentID.Text &amp; &#8220;&#8216; &#8220;, conn)</p>
<p>        j = cmd.ExecuteNonQuery</p>
<p>        If j &gt; 0 Then</p>
<p>            MsgBox(&#8220;Update success!&#8221;)</p>
<p>        Else<br />
            MsgBox(&#8220;Failed to update!&#8221;)</p>
<p>        End If<br />
        connection_close()</p>
<p>        txtstudentID.Clear()<br />
        txtfirstname.Clear()<br />
        txtmiddlename.Clear()<br />
        txtlastname.Clear()<br />
        maskedprogram.Clear()<br />
        txtstudentID.Focus()</p>
<p>    End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-250929</link>
		<dc:creator><![CDATA[Martin]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 11:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-250929</guid>
		<description><![CDATA[I would like to automate (via T-SQL) a backup and restore between a SQL Server 2008 (Production server) and SQL Server 2008 R2 (Report server).   I know how to do it via the graphical interface, however I have hard time to figure out via T-SQL

Thanks
Martin]]></description>
		<content:encoded><![CDATA[<p>I would like to automate (via T-SQL) a backup and restore between a SQL Server 2008 (Production server) and SQL Server 2008 R2 (Report server).   I know how to do it via the graphical interface, however I have hard time to figure out via T-SQL</p>
<p>Thanks<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joksin</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-236524</link>
		<dc:creator><![CDATA[joksin]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 10:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-236524</guid>
		<description><![CDATA[how to change version of database from 611 to 539]]></description>
		<content:encoded><![CDATA[<p>how to change version of database from 611 to 539</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-213887</link>
		<dc:creator><![CDATA[Vikas]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 05:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-213887</guid>
		<description><![CDATA[Hi Pinal, I took backup of a database on SQL 2008 R2 server after changing it&#039;s compatibility level back to 90.

Now I want to restore that DB on a SQL 2005 server, is it possible? I tried and it&#039;s giving me error.

Thanks,
Vikas Verma]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal, I took backup of a database on SQL 2008 R2 server after changing it&#8217;s compatibility level back to 90.</p>
<p>Now I want to restore that DB on a SQL 2005 server, is it possible? I tried and it&#8217;s giving me error.</p>
<p>Thanks,<br />
Vikas Verma</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manu</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-170035</link>
		<dc:creator><![CDATA[manu]]></dc:creator>
		<pubDate>Tue, 20 Sep 2011 18:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-170035</guid>
		<description><![CDATA[Okay so this is funny.

We have a procedure that uses MERGE statement and works fine in 2008.
One of our clients uses 2005, and it was failing for them.


On our current 2008 Servers, we set the compatibility level to 90 and even 80 later, (in hope of trapping the error because of the merge statement) but the merge procedure compiles and executed fine in each of the cases.

I double checked the compatibility level is sys.databases, and opened up a brand new connection, set SIngle user prior to changing the compatibility level etc.

I am stumped..

What&#039;s going on here ?
Any ideas, insights ?

Manu]]></description>
		<content:encoded><![CDATA[<p>Okay so this is funny.</p>
<p>We have a procedure that uses MERGE statement and works fine in 2008.<br />
One of our clients uses 2005, and it was failing for them.</p>
<p>On our current 2008 Servers, we set the compatibility level to 90 and even 80 later, (in hope of trapping the error because of the merge statement) but the merge procedure compiles and executed fine in each of the cases.</p>
<p>I double checked the compatibility level is sys.databases, and opened up a brand new connection, set SIngle user prior to changing the compatibility level etc.</p>
<p>I am stumped..</p>
<p>What&#8217;s going on here ?<br />
Any ideas, insights ?</p>
<p>Manu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujith</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-156096</link>
		<dc:creator><![CDATA[Sujith]]></dc:creator>
		<pubDate>Thu, 11 Aug 2011 07:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-156096</guid>
		<description><![CDATA[Hi Pinal,

Can you please advise me to migrate MS SQL 2000 to another MS SQL 2000 server.. There is some hardware issues, actually we need to move SQL server to another server,, It is having around 95 DBs, so can you please tell me the best way to migrate the server?

Please excuse me if I am posting this on the wrong area..

Thanks you,
Sujith]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Can you please advise me to migrate MS SQL 2000 to another MS SQL 2000 server.. There is some hardware issues, actually we need to move SQL server to another server,, It is having around 95 DBs, so can you please tell me the best way to migrate the server?</p>
<p>Please excuse me if I am posting this on the wrong area..</p>
<p>Thanks you,<br />
Sujith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cccp</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-154539</link>
		<dc:creator><![CDATA[cccp]]></dc:creator>
		<pubDate>Sun, 07 Aug 2011 02:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-154539</guid>
		<description><![CDATA[Please!!! anyone can help me? why Do i not have level 90 on my sql server 2005? There&#039;s only 7 and 8.]]></description>
		<content:encoded><![CDATA[<p>Please!!! anyone can help me? why Do i not have level 90 on my sql server 2005? There&#8217;s only 7 and 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priti</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-145725</link>
		<dc:creator><![CDATA[Priti]]></dc:creator>
		<pubDate>Mon, 04 Jul 2011 10:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-145725</guid>
		<description><![CDATA[hi Pinal,
Actually am shifting from sql 7.0 to sql server 2008. but now the problem arises when the formwe DB is restored in latter one.. i tried the  sp_dbcmptlevel but in vain.. as 7.0 doed not support 80,90,or 100.. and i have also tried to first restore it to 2005 and executed the cmd and again restore to 2008 but this also not worked/...!!

CAn u plz help by any possible solutionss...

txs in advance... :)]]></description>
		<content:encoded><![CDATA[<p>hi Pinal,<br />
Actually am shifting from sql 7.0 to sql server 2008. but now the problem arises when the formwe DB is restored in latter one.. i tried the  sp_dbcmptlevel but in vain.. as 7.0 doed not support 80,90,or 100.. and i have also tried to first restore it to 2005 and executed the cmd and again restore to 2008 but this also not worked/&#8230;!!</p>
<p>CAn u plz help by any possible solutionss&#8230;</p>
<p>txs in advance&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rammohan</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-145232</link>
		<dc:creator><![CDATA[rammohan]]></dc:creator>
		<pubDate>Sat, 02 Jul 2011 06:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-145232</guid>
		<description><![CDATA[Please help me ....
i am working on JOBBOSS software, with the backend of sql server 2005. where should i get the detailed information which is stored in the database for editing or modification...]]></description>
		<content:encoded><![CDATA[<p>Please help me &#8230;.<br />
i am working on JOBBOSS software, with the backend of sql server 2005. where should i get the detailed information which is stored in the database for editing or modification&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-141061</link>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
		<pubDate>Wed, 15 Jun 2011 11:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-141061</guid>
		<description><![CDATA[Hi, 

I wonder if someone would be able to explain why the following 2005 code can run on DB with compatibility mode set to 80 (so 2000) on a SQL2005 server? Since xml is 2005 and doesn&#039;t exist neither this code runs on SQL2000.

declare @test xml
set @test = &#039;&#039;

Is this a &quot;normal&quot; behaviour SQL2005 cpat 80 mode or a feature? 

Is there any trick to really set a DB to full compatibility mode 80 (2000) instead of a mixed 2000-2005 mode? All this to make sure devs don&#039;t write 2005 code against a 2000 DB which can be ported into a SQL2000 server. Thanks

Regards,
Miguel]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I wonder if someone would be able to explain why the following 2005 code can run on DB with compatibility mode set to 80 (so 2000) on a SQL2005 server? Since xml is 2005 and doesn&#8217;t exist neither this code runs on SQL2000.</p>
<p>declare @test xml<br />
set @test = &#8221;</p>
<p>Is this a &#8220;normal&#8221; behaviour SQL2005 cpat 80 mode or a feature? </p>
<p>Is there any trick to really set a DB to full compatibility mode 80 (2000) instead of a mixed 2000-2005 mode? All this to make sure devs don&#8217;t write 2005 code against a 2000 DB which can be ported into a SQL2000 server. Thanks</p>
<p>Regards,<br />
Miguel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-129538</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Mon, 18 Apr 2011 10:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-129538</guid>
		<description><![CDATA[Then it is not possible to use try/catch method]]></description>
		<content:encoded><![CDATA[<p>Then it is not possible to use try/catch method</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajit Dubey</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-129010</link>
		<dc:creator><![CDATA[Ajit Dubey]]></dc:creator>
		<pubDate>Fri, 15 Apr 2011 08:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-129010</guid>
		<description><![CDATA[@vikas sahu

Those number tells you about your edition and service pack details. Run below command and you&#039;ll come to know about it-

SELECT  SERVERPROPERTY(&#039;productversion&#039;), SERVERPROPERTY (&#039;productlevel&#039;), SERVERPROPERTY (&#039;edition&#039;)

For more details, please visit-
http://support.microsoft.com/kb/321185]]></description>
		<content:encoded><![CDATA[<p>@vikas sahu</p>
<p>Those number tells you about your edition and service pack details. Run below command and you&#8217;ll come to know about it-</p>
<p>SELECT  SERVERPROPERTY(&#8216;productversion&#8217;), SERVERPROPERTY (&#8216;productlevel&#8217;), SERVERPROPERTY (&#8216;edition&#8217;)</p>
<p>For more details, please visit-<br />
<a href="http://support.microsoft.com/kb/321185" rel="nofollow">http://support.microsoft.com/kb/321185</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajit Dubey</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-129009</link>
		<dc:creator><![CDATA[Ajit Dubey]]></dc:creator>
		<pubDate>Fri, 15 Apr 2011 08:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-129009</guid>
		<description><![CDATA[@madhivanan.

Unable to do so because I have only two options coming in i.e. 70 &amp; 80. No option of 90.]]></description>
		<content:encoded><![CDATA[<p>@madhivanan.</p>
<p>Unable to do so because I have only two options coming in i.e. 70 &amp; 80. No option of 90.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-128443</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 12 Apr 2011 08:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/29/sql-server-2005-change-database-compatible-level-backward-compatibility/#comment-128443</guid>
		<description><![CDATA[Change the compatibility mode to 90]]></description>
		<content:encoded><![CDATA[<p>Change the compatibility mode to 90</p>
]]></content:encoded>
	</item>
</channel>
</rss>
