Does this strike you as odd? If I run SELECT @@VERSION I get:
Microsoft SQL Server 2000 - 8.00.194 (Intel X86) Aug 6 2000
00:57:48 Copyright (c) 1988-2000 Microsoft Corporation Developer
Edition on Windows NT 5.0 (Build 2195: Service Pack 3)
What leaps out at me is the "Server Pack 3" at the end. So at first
glance I thought - I've got SP3. But if I run SELECT
SERVERPROPERTY('ProductLevel') I get:
RTM
According to MS documentation, I have just the original release -
SQL Server 2000 version and level @@VERSION ProductLevel
SQL Server 2000 Original Release 8.00.194 RTM
Database Components SP1 or 8.00.384 SP1
Desktop Engine SP1
Database Components SP2 or 8.00.534 SP2
Desktop Engine SP2
Database Components SP3 or SP3a, or 8.00.760 SP3
Desktop Engine SP3 or SP3a