I recently installed the most recent version of SQL CMD Line Tools.
I installed it using these directions.
I ran the following command to make sure the module is installed:
Get-Module -ListAvailable -Name sqlserver
Which returns the sqlserver module in all locations version 21.1.18080.
When I run the following command sqlcmd /?
or -?
I don't get an error but I don't get any output. Is there more that needs to be done to show the usage in powershell when I input sqlcmd /?
?
Environment:
- Microsoft Windows Server 2019 Standard 64-Bit
- Microsoft SQL Server 2019 Express Edition
- Microsoft SQL Powershell CMD Line Utilties V21.1.18080
- Microsoft SQL CMD Line Utilties V15 64Bit & 86Bit