Sunday, December 13, 2020

Display SQL Server version from the command line

 To get the version of SQL Server, run the following:

c:\> osql /E /S .\INSTANCE_NAME -Q "select @@version"

No comments:

DCOM callback not working with UAC enabled

  OPC Classic DCOM client not receiving callback when UAC is enabled The OPC Classic server is running on another node and is running usi...