PowerShell Wrapper for Legacy Tools SqlCmd and SqlPackage
Configures SqlCmd
Initialize-LegacySqlPackage [-Path] <FileInfo> [<CommonParameters>]
Invoke-SqlCmd requires a path of the SQLCMD binary, that depend on your current installation.
PS C:\>
Path to the SQLPACKAGE binary.
Type: FileInfo
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.