sysadmin hibernate_on

Description

Turns on hibernation mode for (or suspends) the Replication Server.

Syntax

sysadmin hibernate_on [, string_ID]

Parameters

string_ID

A valid identifier. You must use the same string_ID when you execute sysadmin hibernate_off. You can use string_ID to ensure that no-one else accidentally turns off hibernation mode for the Replication Server while you are working on it.

If you forget the string_ID, you can find it in the text column of the rs_recovery system table.

Examples

Example 1

This command turns on the hibernation mode of the Replication Server (TOKYO_RS):

sysadmin hibernate_on, TOKYO_RS

Usage

Permissions

sysadmin hibernate_on requires “sa” permission.

See also

sysadmin hibernate_off