This section of the CSI SQL Xchange allows you to restore the backup of a CSI SQL database.
The top dropdown-list presents you with an overview of all CSI databases which are stored on the SQL server to which you are currently connected.
After selecting a database you wish to restore, indicate the folder where the backup was saved and indicate the filename if you did not use the default naming when taking the backup.
Simple recovery: Allows the database to be recovered to the point of the last backup. However, you cannot restore the database to the point of failure or to a specific point in time. In order to do that, choose either Full recovery or Bulk-logged recovery.
Full recovery: Uses database backups and transaction log backups to provide complete protection against media failure. If one or more data files is damaged, media recovery can restore all committed transactions. In-process transactions are rolled back.
Bulk-logged recovery: Provides protection against media failure combined with the best performance and minimal log space usage for certain large-scale or bulk copy operations. The data loss exposure is greater than in Full recovery model. The copy operations cannot be controlled on an operation-by-operation basis which means that a damaged data file may result in loss of work.
In addition, this model only allows the database to be recovered to the end of a transaction log backup which means that point-in-time recovery is not supported.
Note: Use this option with caution, make sure that you understand the risks of your selection.
When you have indicated the database you wish to restore, indicated the backup file and adjusted the backup options, double check the Logical name and File location displayed in the overview at the bottom. After making sure that you are restoring the correct data, click the Restore button.
Note: It is not possible to restore a database if the SQL Xchange (tool/module) is not running on the same machine as the SQL server.
While restoring a database it is possible to rename the database.
Beware that a renamed common, resource or archive database still has the same link id in the original application database(s) it is related to. Changing the name of a database and restoring it next to the original database will not link it to the application database.
The save methods are :
The unsafe method is:
Reset unique database identifier: the database will get a new identifier, it will not be recognized by any application database, hence force re-linking.