FAQ - Basic backup/restore of WE database in the same MS SQL Server
Question
How can I simply backup and restore TBS WebEdition server database (in the same SQL Server installation)?
Answer
In order to prevent data loss, it is a good practice to regularly backup content of TBS WebEdition server database.
Backup procedure
- Start Microsoft SQL Server Management Studio on your TBS WE server computer.
- Right click Databases/TBS_BAWSE node and select Tasks -> Back Up… from the displayed context menu.
- Change destination file in Destination -> Back up to: section, if needed. Unless you are experienced IT administrator, keep default values of the other options untouched and click [OK] button.
- The backup file is created in the selected destination. Exit MS SQL Management Studio.
Restore procedure
- Start Microsoft SQL Server Management Studio on your TBS WE server computer.
- Right click Databases/TBS_BAWSE node and select Tasks -> Restore -> Database… from the displayed context menu.
- In Source to restore section, switch to From device option and click […] button.
- Click [Add] and browse for your stored backup file. Click [OK].
- In Select the backup sets to restore list, select (check the box in Restore column) the item you added in the previous step.
- To replace the existing database with the backup, select Options page in the Select a page list and check Overwrite the existing database (WITH REPLACE) option. Click [OK].
- Click [OK] to restore the data
Related Articles
FAQ - Database migration to another MS SQL server
Question How can I migrate complete TBS WebEdition server database to another MS SQL server? Answer This article describes how to move TBS WebEdition server database to another MS SQL database server. This may be useful e.g. in case you are moving or ...
FAQ - WebEdition migration to another server machine
Question How can I migrate the TBS WebEdition server software to another server machine? Answer This article describes how to migrate the TBS WebEdition (WE) server software to a different physical computer. The below steps should be followed in ...
HowTo - Prevent WebEdition database log file from expanding continuosly
Question How can I reduce the file size of TBS WebEdition database log, default name 'TBS_BAWSE.ldf'? NOTE: This logging is an inbuilt feature of MS SQL server itself and not created by TBS software. Its the responsibility of local DB server ...
FAQ - Ways to access SQL Server in WebEdition
Question By default WebEdition accesses SQL server database using 'SQL Server authentication'. How can I change that to 'Windows authentication'? Answer TBS server software is preconfigured to use 'SQL Server authentication' method when connecting to ...
HowTo - Handle 'Database operation error' issues
The Database operation error issue is one of the most common problems detected after a WebEdition installation. It is a general error which is basically saying that connection to the database server (default, SQL Server) could not be established. ...