Shutting down replicated database
You can shut down a replicated database in order to gain exclusive access to the databases before you apply changes to the database schema or because the SQL Server administrator needs to stop replication for some other reason. Once replication is stopped, users must not add, edit or delete data and this command will prevent users from logging on until you choose to take the databases online.
About this task
To make it easier to gain exclusive access to the database, you can broadcast a message to all
active users in iBase asking them to close the database. You can broadcast the standard message
(which is *** WARNING *** This database is now offline
) or add an additional
message to provide users with some instructions or information. Existing users are not ejected from
the databases by this message but new users (except for database administrators) cannot open the
database.
Provided that there are no communication failures between any of the sites, taking one database offline, or online, will take all the databases offline, or online, as the command is replicated to all the sites.