27.09.11
This is a step-for-step tutorial on how to restore a backup
script into a SQL Server 2008 instance. To generate a backup
script, please see the article on Backing up the Umbraco
database.
- Open SQL-Server Management Studio 2008 and connect to desired
database server.
- Menu: File > Open > File... > select your backup
script (*.sql)
- In the opened window, check to see if your script is running as
the desired database. The script should begin with:
USE
[MySqlDatabase]
GO
- If this is not the case, edit the script.
- Run script with F5 > check to see if the script was run
successfully > Finish.