PsSqlTestServer

Cmdlets to provide and manage SQL servers for tests.

View the Project on GitHub abbgrade/PsSqlTestServer

Remove-SqlTestInstance

SYNOPSIS

Removes a test SQL server.

SYNTAX

Remove-SqlTestInstance -Instance <Object> [<CommonParameters>]

DESCRIPTION

Removes a SQL server, in case it was created with `New-SqlTestInstance`.

EXAMPLES

EXAMPLE 1

$Instance = New-SqlTestInstance
PS> Remove-SqlTestInstance -Server $Instance

PARAMETERS

-Instance

Specifies the server to remove.

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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