l0n3i200n
Ten Centuries
Points: 1091
More actions
April 20, 2007 at 12:04 am
#175929
Howdi
I was wondering what is the easiest way of determening the Service Pack version loaded on the service using T-SQL or the IDE. I normally use @@Version. Any other suggestions?
Grant Fritchey
SSC Guru
Points: 398886
April 20, 2007 at 10:48 am
#701777
Check this knowledge base article on MSDN:
http://support.microsoft.com/kb/321185
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"- Theodore Roosevelt
Author of:SQL Server Execution PlansSQL Server Query Performance Tuning
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply