• subscribe
November 26, 2002 12:00 AM

SQL Server 2000 and 6.5 on the Same Machine

SQL Server Pro
InstantDoc ID #27189

Can I install SQL Server 2000 and 6.5 on the same machine?

Yes, you can install SQL Server 2000 and 6.5 on the same machine if SQL Server 2000 is using named-instance support. In this configuration, you run SQL Server 2000 as one (or more) named instances and SQL Server 6.5 as a default instance. However, we have a couple of caveats about this setup. Avoid running SQL Server 2000 and 6.5 together in clustered mode because the technology used to cluster SQL Server 2000 is incompatible with previous versions. Save time by going to http://support.microsoft.com and reviewing Section 6 (SQL Server 2000 install orders) and Section 22 (how SQL Server 2000 named and default instances work side by side with SQL Server 6.5) of the Microsoft article "Frequently Asked Questions—SQL Server 2000 Setup" (Q257716). "Basic Guidelines for Installing SQL Server 6.5 or 7.0" (Q192710) focuses on install orders and explains the pitfalls of running in clustered mode. Also read "Supported Windows Versions for SQL Server" (Q122352), which warns that when you install the SQL Server 6.5 server components or client tools on Windows 2000, you might receive the following error message:

This program does not run correctly
on this version of Windows. To continue,
click Run program. To exit, click Cancel.
For more information, click Details.

You can safely ignore this message. Click Run to continue with the install.

Another caveat: When you run scripts with administrator permissions, be sure that you're connected to the correct instance. Confirming an accurate connection will help you avoid unexpected errors such as running obsolete commands against SQL Server 2000 or SQL Server 2000-specific commands against your SQL Server 6.5—and an unnecessary phone call from your operations team.



ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here
  • SP1?
    I know there is a SP1 for SQL 2008 R2 available....and there is a "feature pack" as well... ...
  • SQL database mirroring
    I have SQL Server 2008 R2 Enterprise 64bit on Windows 2008 R2 Enterprise 64bit.  Each SQL Server has...
  • Dell Compellent Disk Drive
    Does anybody has experience with Dell Compellent Disk Drive? Basically, this system manages all disk...
  • Sql server performance tuning
    I need to find a tool that help me to optimize sql server,queries,improve the performance and solve ...