Interview Questions

Which command using Query Analyzer will give you the version of SQL Server and Operating System?

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

Which command using Query Analyzer will give you the version of SQL Server and Operating System?

@@VERSION
Returns version, processor architecture, build date, and operating system for the current installation of SQL Server.

(Continued on next question...)

Other Interview Questions