PowerShell Wrapper for Legacy Tools SqlCmd and SqlPackage
PsSqlLegacy is a PowerShell wrapper for the SQL Server tools SqlCmd and SqlPackage.
For details, visit the GitHub Pages.
See the command reference for descriptions and examples.
See the changelog file.
This module can be installed from PsGallery.
Install-Module -Name PsSqlLegacy -AllowPrerelease
Alternatively it can be built and installed from the sources:
Invoke-Build Install
The build scripts require InvokeBuild. If it is not installed, install it with the command Install-Module InvokeBuild -Scope CurrentUser
.
You can build the module using the VS Code build task or with the command Invoke-Build Build
.