1
Reply

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

sai

sai

17y
4.7k
0
Reply

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

    17y
    0