When creating a backup using SQL Server Management Studio, you can choose different devices on which to store the backup. Devices allow you to predefine the backup location and file name, instead of doing so when actually creating the backup. In short, they simplify the overall backup process. However, before you can choose a device during the database backup process, you need to create the device, as described below.
On the Connect to Server dialog box, specify your credentials and click Connect.
The Microsoft SQL Server Management Studio dialog box appears.
On the left side of the dialog box, click the + icon adjacent to the Server Object node.
Several additional options appear.
Right-click the Backup Devices node, and click New Backup Device from the menu that appears.
The Backup Device dialog box appears.
In the Destination area, specify the location for the backup device, if desired.
Note
If you simply want to accept the default file destination and file name (which is the same as the device name specified above), proceed directly to step 8 below.
You are returned to the Backup Device dialog box, and the new file information appears in the File text box.
The device is created. It now appears in the Backup Device node.
When making a backup, you can now select the newly created device to easily specify your backup's location and file name. For more information on exactly where the device is selected during the backup process, see one of the following topics: