Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.07 KB

File metadata and controls

57 lines (40 loc) · 1.07 KB
external help file PsSqlLegacy-help.xml
Module Name PsSqlLegacy
online version
schema 2.0.0

Initialize-LegacySqlPackage

SYNOPSIS

Configures SqlCmd

SYNTAX

Initialize-LegacySqlPackage [-Path] <FileInfo> [<CommonParameters>]

DESCRIPTION

Invoke-SqlCmd requires a path of the SQLCMD binary, that depend on your current installation.

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Path

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS