To get the version of SQL Server, run the following:
c:\> osql /E /S .\INSTANCE_NAME -Q "select @@version"
String of thoughts on science, technology and programming
To get the version of SQL Server, run the following:
c:\> osql /E /S .\INSTANCE_NAME -Q "select @@version"
Comments