Pages

Tuesday, August 23, 2011

Know the version of SQL Express

If you want to know the version of  SQL Express:
  • Open command Prompt
  • Run the following command
SQLCmd -S.\sqlexpress -Q"select @@version"


No comments:

Post a Comment