sp_dbremap

Description

Forces Adaptive Server to recognize changes made by alter database. Run this procedure only when instructed to do so by an Adaptive Server message.

Syntax

sp_dbremap dbname

Parameters

dbname

is the name of the database in which the alter database command was interrupted.

Examples

Example 1

An alter database command changed the database sample_db. This command makes the changes visible to Adaptive Server:

sp_dbremap sample_db

Usage

Permissions

Only a System Administrator or Database Owner can execute sp_dbremap.

See also

Commands alter database, dump database, dump transaction