dbTalk Databases Forums  

SQL 2005 compatability mode

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss SQL 2005 compatability mode in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jsmall@visinet.com.au
 
Posts: n/a

Default SQL 2005 compatability mode - 02-22-2007 , 10:34 PM






Hi,

We currently have a fairly old product, which was originally only
compatible with SQL 2000.

When we upgraded our server to SQL 2005, the client product gave us a
"This product is not compatible with this version of SQL server"
error.
We put the server into SQL 2000 compatability mode, and things worked.

Then I tested a Windows Vista workstation client. The error returned.

I realise that if we are simply dealing with a client incompatability
with Vista, then I'm in the wrong forum, but what I'm hoping is that
someone knows anything server side, perhaps where SQL 2000
compatability mode becomes ignored for some reason, when the client is
running Vista.

The vendor pretty much no longer exists, and nothing I've been able to
do with Vista's compatability modes has been helpful so far.


Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SQL 2005 compatability mode - 02-23-2007 , 05:49 AM






(jsmall (AT) visinet (DOT) com.au) writes:
Quote:
We currently have a fairly old product, which was originally only
compatible with SQL 2000.

When we upgraded our server to SQL 2005, the client product gave us a
"This product is not compatible with this version of SQL server"
error.
We put the server into SQL 2000 compatability mode, and things worked.

Then I tested a Windows Vista workstation client. The error returned.

I realise that if we are simply dealing with a client incompatability
with Vista, then I'm in the wrong forum, but what I'm hoping is that
someone knows anything server side, perhaps where SQL 2000
compatability mode becomes ignored for some reason, when the client is
running Vista.
There are several ways that the product could perform this test. None of
which where the client operating system would matter. But if the check
is against @@version of the like, you will always get the message. If
the check is against the compatibility level of the database, it helps
setting it compatibility mode.

You can use Profiler to determine what the application sends to SQL Server.

Maybe the vendor was sloppy, and the message for incompatieble OS is the
same as the message from SQL Server.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.