Hi Friends
Which command using Query Analyzer will give the version of SQL server and operating system?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal VaishyaPosted Oct 5, 2012, 7:41 AM
you can try this
Select @@version as x
or
SelectSERVERPROPERTY('productversion') As [Version],
R ACHUTHAPosted Oct 5, 2012, 7:28 AM