{"id":3112,"date":"2017-06-29T08:17:36","date_gmt":"2017-06-29T08:17:36","guid":{"rendered":"http:\/\/www.fastwebhost.in\/blog\/?p=3112"},"modified":"2021-06-26T05:35:32","modified_gmt":"2021-06-26T05:35:32","slug":"backup-restoration-database-sql-server-management-studio","status":"publish","type":"post","link":"https:\/\/www.fastwebhost.in\/blog\/backup-restoration-database-sql-server-management-studio\/","title":{"rendered":"Backup &#038; Restoration of Database Using SQL Server Management Studio"},"content":{"rendered":"<p>Microsoft SQL Server Management Studio is a free open source graphical management tool which can be used to manage your SQL Server 2008&nbsp;Edition.&nbsp;It is always better to backup your database, because you never know if the information is lost or the database goes corrupt.<\/p>\n<p>The backup file you download will need to be in .bak file extension. When you take a backup of database it will be generated on the server itself.<\/p>\n<p>In order to backup your MS SQL Server 2008 Database on your windows server hosting platform, follow the steps shown below:<\/p>\n<p>First, you need to configure the Microsoft SQL Server Management Studio on your local machine. If you don\u2019t have it, you can download the latest version from the following location.<\/p>\n<p><a href=\"%E2%80%8Bhttps%3A\/\/docs.microsoft.com\/en-us\/sql\/ssms\/download-sql-server-management-studio-ssms\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">https:\/\/docs.microsoft.com\/en-us\/sql\/ssms\/download-sql-server-management-studio-ssms<\/a><\/p>\n<h2>How to Backup Database through &nbsp;SQL Server Management Studio ?<\/h2>\n<h3><span>Step 1<\/span><\/h3>\n<p><span><\/span>Open your Microsoft SQL Server Management Studio and connect by using your Database Username and Password.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"SQL Server Management Studio Interface\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Screenshot-2017-06-25-111345.png\" width=\"412\" height=\"310\" data-attachment-id=\"3118\" data-width=\"412\" data-height=\"310\" data-init-width=\"412\" data-init-height=\"310\"><\/span><\/p>\n<h3>Step 2<\/h3>\n<p>Select the database &gt;&gt; Right-click &gt;&gt; Tasks &gt;&gt; Back Up.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Backup-MS-SQL-Server-2008-Database.jpg\" width=\"443\" height=\"215\" data-attachment-id=\"3121\" data-width=\"443\" data-height=\"215\" data-init-width=\"443\" data-init-height=\"215\"><\/span><\/p>\n<p>Once you click on the \u201cBackup\u201d the following Backup Database window will appear as shown in the image below.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Backup-MS-SQL-Server-2008-Database-Folow-Step-2.jpg\" width=\"596\" height=\"534\" data-attachment-id=\"3122\" data-width=\"596\" data-height=\"534\" data-init-width=\"696\" data-init-height=\"624\"><\/span><\/p>\n<h3>Step 3<\/h3>\n<\/p>\n<p>Select&nbsp;Backup type as Full.<\/p>\n<h3>Step 4<\/h3>\n<p>By clicking on the \u201cAdd\u201d button the following window will appear to select the path and file name for the database backup file.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Backup-MS-SQL-Server-2008-Database-Select-Backup-Destination.jpg\" width=\"432\" height=\"252\" data-attachment-id=\"3123\" data-width=\"432\" data-height=\"252\" data-init-width=\"432\" data-init-height=\"252\"><\/span><\/p>\n<h3>Step 5<\/h3>\n<p>Select the destination folder for the backup file and enter the \u201cFile name\u201d with .bak extension.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Backup-MS-SQL-Server-2008-Database-Locate-A-Database-Files.jpg\" width=\"424\" height=\"599\" data-attachment-id=\"3124\" data-width=\"424\" data-height=\"599\" data-init-width=\"424\" data-init-height=\"599\"><\/span><\/p>\n<p>Make sure you place your MS SQL database .bak file under the MSSQL backup folder.<\/p>\n<h3>Step 6<\/h3>\n<p>Hit the OK button to finish the backup of your MS SQL Server 2008 Database.Upon the successful completion of database backup, the following confirmation window will appear with a message \u201cThe backup of database \u201ctest\u201d completed successfully.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Backup-MS-SQL-Server-2008-Database-Successful-Backup-Confirmation.jpg\" width=\"596\" height=\"116\" data-attachment-id=\"3126\" data-width=\"596\" data-height=\"116\" data-init-width=\"607\" data-init-height=\"118\"><\/span><\/p>\n<p>Following the above steps, you will be able to create a successful backup of your MS SQL Server&nbsp;&nbsp;Database into the desired folder.<\/p>\n<h2><span>How to Restore MS SQL Server&nbsp;Database Backup File ?<\/span><\/h2>\n<p><span><\/span><\/p>\n<p>In order to restore a database from a backup file, follow the steps shown below:<\/p>\n<h3>Step 1<\/h3>\n<p>Open your Microsoft SQL Server Management Studio and connect to your database.<\/p>\n<h3>Step 2<\/h3>\n<p>&nbsp;Select the database &gt;&gt; Right-click &gt;&gt; Tasks &gt;&gt; Restore &gt;&gt; Database.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Restore-MS-SQL-Server-2008-Database.jpg\" width=\"599\" height=\"209\" data-attachment-id=\"3132\" data-width=\"599\" data-height=\"209\" data-init-width=\"599\" data-init-height=\"209\"><\/span><\/p>\n<h3>Step 3<\/h3>\n<p>The following \u201cRestore Database\u201c windows will appear. Select \u201cFrom device\u201d mentioned under the \u201cSource for restore\u201d and click the ellipses button in front of that to specify the file location.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Restore-MS-SQL-Server-2008-Database-Step-2.jpg\" width=\"596\" height=\"534\" data-attachment-id=\"3134\" data-width=\"596\" data-height=\"534\" data-init-width=\"696\" data-init-height=\"623\"><\/span><\/p>\n<h3>Step 4<\/h3>\n<p>Select the option \u201cBackup media as File\u201d and click on the Add button to add the backup file location.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Restore-MS-SQL-Server-2008-Database-Specify-Backup.jpg\" width=\"486\" height=\"347\" data-attachment-id=\"3136\" data-width=\"486\" data-height=\"347\" data-init-width=\"486\" data-init-height=\"347\"><\/span><\/p>\n<h3>Step 5<\/h3>\n<p>Browse the backup file (.bak) you wish to restore and hit the OK button.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/Restore-MS-SQL-Server-2008-Database-Locate-The-Backup-File.jpg\" width=\"422\" height=\"599\" data-attachment-id=\"3137\" data-width=\"422\" data-height=\"599\" data-init-width=\"422\" data-init-height=\"599\"><\/span><\/p>\n<h3>Step 6<\/h3>\n<p>Select the restore point you want to use. Since a SQL backup file can hold multiple backups you may see more than one restore point listed.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/ximage_thumb6.png.pagespeed.gpjpjwpjwsjsrjrprwricpmd.ic_.9Fth-48Bp4.png\" width=\"539\" height=\"545\" data-attachment-id=\"3140\" data-width=\"539\" data-height=\"545\" data-init-width=\"539\" data-init-height=\"545\"><\/span><\/p>\n<h3>Step 7<\/h3>\n<p>Once your restore options are set, click Ok.<\/p>\n<p><span><img decoding=\"async\" loading=\"lazy\" alt=\"\" style=\"\" src=\"\/\/www.fastwebhost.in\/blog\/wp-content\/uploads\/2017\/06\/ximage_thumb9.png.pagespeed.gpjpjwpjwsjsrjrprwricpmd.ic_.jQsYJn5kM7.png\" width=\"600\" height=\"153\" data-attachment-id=\"3142\" data-width=\"600\" data-height=\"153\" data-init-width=\"600\" data-init-height=\"153\"><\/span><\/p>\n<h2>Conclusion<\/h2>\n<p>SQL Server Management Studio makes the restore process simple and is ideal if you seldom perform database restores. This process works in every version of SQL Server from Express to Enterprise.<\/p>\n<p>By the end of this article you will know the procedure of backing up and restoring MS SQL Server&nbsp;Database.<\/p>\n<h3>List of Articles for Plesk users<\/h3>\n<p><span><\/span><\/p>\n<ul data-unit=\"px\" style=\"margin-bottom: 10px !important;\">\n<li style=\"margin-bottom: 10px !important; line-height: 17px;\"><a href=\"https:\/\/www.fastwebhost.in\/blog\/upload-ms-sql-database-to-plesk-hosting\/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">H\ufeff\ufeff\ufeffow to upload MS SQL Database to Plesk Hosting Panel<\/a><\/li>\n<\/ul>\n<ul data-unit=\"px\" style=\"margin-bottom: 10px !important;\">\n<li><a href=\"https:\/\/www.fastwebhost.in\/blog\/how-to-upload-website-files-to-plesk-panel\/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">How to upload website files to PleskPanel<\/a><\/li>\n<\/ul>\n<ul>\n<li><a href=\"https:\/\/www.fastwebhost.in\/blog\/google-mail-records-from-plesk-panel\/\" target=\"_blank\" style=\"outline: none;\" rel=\"noopener\">How to change Mail records to Google Mail records from PleskPanel<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft SQL Server Management Studio is a free open source graphical management tool which can be used to manage your SQL Server 2008&nbsp;Edition.&nbsp;It is always better to backup your database, because you never know if the information is lost or the database goes corrupt. The backup file you download will need to be in .bak [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":3151,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[78],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/posts\/3112"}],"collection":[{"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/comments?post=3112"}],"version-history":[{"count":3,"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/posts\/3112\/revisions"}],"predecessor-version":[{"id":5384,"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/posts\/3112\/revisions\/5384"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/media\/3151"}],"wp:attachment":[{"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/media?parent=3112"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/categories?post=3112"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fastwebhost.in\/blog\/wp-json\/wp\/v2\/tags?post=3112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}