SQL 2000 – Find version and service pack info

Contributor Icon Contributed by katy8439  
Tag Icon Tagged: Database  

Run the following code in SQL Server 2000 Query Analyzer to return the Version and Service pack – useful if you’re having problems on a server and don’t know if you’re running the latest patches or not.



SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY
('productlevel'), SERVERPROPERTY ('edition')

 

No Comments -


No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment -