Other changes to system procedures

This section describes system procedures that exhibit behavior changes when Adaptive Server is configured for failover. After Adaptive Server is configured as a companion server:

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

Table C-2: Changes in system procedures that alter server-wide attributes

System procedure

Normal companion mode

Asymmetric primary suspended mode

Failover mode

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.

Table C-3 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 C-3: Changes that alter database-wide attributes when they are run in master

System procedure

Normal companion mode

Asymmetric primary suspended mode

Failover mode

Notes

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 on this system procedure.

sp_changedbowner and sp_renamedb run during failover mode; additionally, they exhibit these behavior changes: