Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Sql Server service pack

Author  Topic 

scelamko
Constraint Violating Yak Guru

309 Posts

Posted - 2006-05-08 : 11:33:53
Guys,

I have 5 instances of sql server installed on the server - DEV1, DEV2, DEV3, DEV4, DEV5.

How can I find out that all these instances are patched with sql server sp3, is there any explicit way to find it out through sql queries or any other way??

Thanks

nr
SQLTeam MVY

12543 Posts

Posted - 2006-05-08 : 11:41:32
select @@version
http://www.nigelrivett.net/SQLAdmin/SQLServerVersions.html

sp3 is 8.00.760
sp4 8.00.2039
no service pack = 8.00.194

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -