Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.06 KB

Initialize-LegacySqlCmd.md

File metadata and controls

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

Initialize-LegacySqlCmd

SYNOPSIS

Configures SqlCmd

SYNTAX

Initialize-LegacySqlCmd [-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 SQLCMD 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