Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SP3 not installing on Win XP
Message
From
27/01/2003 19:48:20
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00745804
Message ID:
00746048
Views:
24
This message has been marked as the solution to the initial question of the thread.
Beware of using @@version with SQL 2000. While it works on SQL 2000, and it does display a service pack level, it is displaying the service pack level of the OS and not SQL server. You had to use @@version on SQL 7. SQL 2000 uses the following:
SELECT  SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
This will actually return the service pack of SQL Server (productlevel).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform