September 2010
Intermediate to advanced
1704 pages
111h 8m
English
When the endpoints are configured and roles are established, you can create the database on the mirror server and get it to the point of being able to mirror. You must first make a backup copy of the principal database (AdventureWorks, in this example). This backup will be used to create the database on the mirror server. You can use SSMS tasks or use SQL scripts to do this. The SQL scripts (DBBackupAW2008.sql), which are easily repeatable, are used here.
On the principal server, you make a complete backup as follows:

Next, you copy this backup file to a place where the mirror server can reach it on ...