-
Notifications
You must be signed in to change notification settings - Fork 3
Connect SsisdbSql
Richie Lee edited this page May 15, 2020
·
1 revision
create a connection to sql instance
Connect-SsisdbSql [-sqlConnectionString] <String> [<CommonParameters>]
Using sqldataclient.sqlconnection, create a connection to sql instance Set database to ssisdb return connection
Connect-SsisdbSql -sqlConnectionString "Server=.;Integrated Security=True"
The SQL Connection as a string that we use to make object SqlConnection
Type: String
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.