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:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...