I am a newbie on SQL server, how do I find out the SQL server version on my sql box?
Thanks,
Sohail
The quickest is the location below 70 is TDS(tabular data stream) 70 for 7.0, 80 for 2000, 90 for 2005 and 100 for 2008 which is being developed by Microsoft for February 2008 release. Post again if you still need help.
C:\Program Files\Microsoft SQL Server
|||open a Query window in SQL management studio OR Enterprise manager and execute:
select @.@.version
No comments:
Post a Comment