all groups > sql server (alternate) > january 2004 >
You're in the

sql server (alternate)

group:

SQL 6.5 to SQL 2000 performance question



SQL 6.5 to SQL 2000 performance question Robert
1/31/2004 11:54:05 PM
sql server (alternate): We are running SQL Server in 6.5 compatability mode. We have some queries
that are supported in 2000, that is the reason for the 6.5 version. What,
if any, would be gained in performance by switching to 2000.

Re: SQL 6.5 to SQL 2000 performance question Simon Hayes
2/1/2004 8:39:00 AM

[quoted text, click to view]

As far as I'm aware, the compatibility level affects functionality, not
performance as such, although since I haven't used it much myself, I'm not
100% sure about that.

In any event, MS recommends using a compatibility level only as a temporary
step during an upgrade, and moving to 2000 level would give you extra
functionality (eg. functions, indexed views) which isn't available in 6.5
mode. So it would probably be a good idea to review and update your code
anyway.

If you're having difficulties doing that, then you can post an example of
the problem code (including DDL and sample data, if appropriate), and the
errors you get in 2000 mode, and someone may be able to suggest an
alternative way to write the queries.

Simon

Re: SQL 6.5 to SQL 2000 performance question Gert-Jan Strik
2/1/2004 11:53:52 PM
You would get all the gains of SQL-Server 7.0 and 2000.

Some relevant gains of SQL-Server 7.0:
- Use of multiple indexes per table
- Hash and merge join strategy
- better handling of large memory
- better storage engine

Some relevant gains of SQL-Server 2000:
- Indexed views possible
- even better storage engine

Gert-Jan

[quoted text, click to view]
Re: SQL 6.5 to SQL 2000 performance question Robert
2/2/2004 6:34:57 PM
thanx


[quoted text, click to view]

AddThis Social Bookmark Button