ms sql version

ms sql version


  Below command will help you to find out which version of MS SQL server you are using.

  Open your query analyser and fire below query.

  select @@version

  It will tell you information about service pack installed for MS SQL and its supporting architecture like 32bit or 64bit.

  Satalaj

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Comments