Creating a Backup for SQL Server
To create a backup for SQL Server:
From SQL Enterprise Manager, select Database/Object Transfer from the Tools menu.
On the Database/Object Transfer form, select a destination server and database on which to create backup copies of the tables.
Note: The source server and the destination server can be the same, but the database must be different.Keep all default settings and then click the Start Transfer button.
The Database/Object Transfer tool moves the objects.
Perform either of these tasks to verify whether the backup was successful:
When the process completes the transfer, click the View Logs button to review the transfer process.
Run a SELECT statement to verify that the backup tables transferred to the new database with data.