SQL Server 2008 - Worth the Wait
Should you stick with SQL Server 7.0, or spend the big bucks to move to SQL Server 2000? To help you make your decision, here are some things to think about.
Hardware and Software Requirements ComparisonTo install SQL Server 7.0, you should have the following hardware:
SQL Server 7.0 can work under Windows 95, Windows 95 OSR2, Windows 98, Windows NT Server/Workstation 4.0 with Service Pack 4 and Windows 2000 (all editions).SQL Server 7.0 also requires Internet Explorer 4.01 with Service Pack 1 or later, or Internet Explorer 5.0 or later.To install SQL Server 2000, you should have the following hardware:
SQL Server 2000 will run under Windows 98, Windows NT Server 4.0 with Service Pack 5 or later, Windows NT Workstation 4.0 with Service Pack 5 or later and Windows 2000 (all editions).SQL Server 2000 also requires Internet Explorer 5.0 or later, as it is required for Microsoft Management Console and HTML Help. Internet Explorer is not required to be the default browser and a minimal install is sufficient.
If your hardware is not really big enough to run SQL Server 2000 properly, and you are not able to upgrade your hardware, then you seriously should consider sticking with SQL Server 7.0 until you can upgrade your hardware.
SQL Server 7.0 Advantages
These server configuration options are not supported in SQL Server 2000:
SQL Profiler extended stored procedures, such as xp_trace_addnewqueue and xp_trace_generate_event, are not supported in SQL Server 2000. The SQL-SCM (Service Control Manager) API has been removed and is no longer supported in SQL Server 2000.So, if you work with SQL Server 7.0 and don't have any problems, and you don't need the new SQL Server 2000 features (listed below), it's not necessary to upgrade to the new version at all.