Add bak file in sql server 2008

10:37 Sumit Shekhawat 0 Comments

step by step explain how to add bak file into your sql server 2008


1- Click Start, select All Programs, click Microsoft SQL Server 2008 and select SQL Server Management Studio. This will bring up the Connect to Server dialog box. Ensure that the Server name YourServerName and that Authentication is set to Windows Authentication. Click Connect.

2- On the right, right-click Databases and select Restore Database. This will bring up the Restore Database window.

3- On the Restore Database screen, select the From Device radio button and click the … box. This will bring up the Specify Backup screen.

4- On the Specify Backup screen, click Add. This will bring up the Locate Backup File.

5- Select the DBBackup folder and chose your BackUp File.

6- On the Restore Database screen, under Select the backup sets to restore: place a check in the Restore box, next to your data and in the drop-down next to To database: select DbName.

7- Ok your done.

0 comments: