Changes to System Procedures in A Failover Configuration

This section describes the system procedures whose behavior changes when Adaptive Server is configured for Failover. After Adaptive Server is configured as a companion server:

Table B-3 lists the system procedures that change server-wide attributes (for example, the default language or the resource limit):

Table B-3: Changes in system procedures that alter server-wide attributes

System procedure

Normal Companion Mode

Asymmetric Primary Suspended Mode

Failover Mode

sp_add_resource_limit

sp_add_time_range

sp_addexternlogin

sp_addlanguage

sp_addlogin

sp_addremotelogin

sp_addserver

sp_defaultdb

sp_defaultlanguage

sp_drop_resource _limit

You must manually run this system procedure on the remote server as well to synchronize the companions

X

X

sp_drop_time_range

X

X

sp_dropexternlogin

X

X

sp_droplanguage

X

X

sp_droplogin

X

X

sp_dropremotelogin

X

X

sp_dropserver

X

X

sp_locklogin

sp_modify_resource _limit

You must manually run this system procedure on the remote server as well to synchronize the companions

sp_modify_time_range

sp_password

sp_remotelogin

sp_remoteoption

sp_serveroption

sp_setlangalias

Table B-4 lists the system procedures that change the attributes of the database in which they are run (such as adding a user, alias, or group to the current database). You cannot run these system procedures from master during either secondary suspended or symmetric suspended mode. An X indicates that you cannot run the system procedure in the listed mode.

Table B-4: System procedures that alter database-wide attributes when they are run in master

System procedure

Normal Companion Mode

Asymmetric Primary Suspended Mode

Failover Mode

Notes

sp_addalias

sp_addgroup

sp_addtype

sp_adduser

sp_changedbowner

X

See below for additional restrictions for this system procedure.

sp_changegroup

You must manually run this system procedure on the remote server as well to synchronize the companions

sp_dropalias

X

X

sp_dropgroup

X

X

sp_droptype

X

X

sp_dropuser

X

X

sp_renamedb

X

See below for additional restrictions for this system procedure.

sp_changedbowner and sp_renamedb cannot run during failover mode, and have the following additional behavior changes: