sp_cluster logical, online

Description

Starts the default logical cluster on one or more instances.

Syntax

sp_cluster logical, "online", { lc_name[, instance_list ] }x

Parameters

lc_name – is the name of a logical cluster.

instance_list – is a list of selected instances in the logical cluster.

Examples

Example 31

Example 1 Starts all base instances in the “SalesLC” logical cluster, and brings the cluster online.

sp_cluster logical, "online", SalesLC

Example 32

Example 2 Starts the “ase1” instance in “SalesLC”, and brings the cluster online.

sp_cluster logical, "online", SalesLC, ase1

Usage