﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server Newbies  / Backing up &amp; Restoring a DB / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 23:12:54 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Backing up &amp; Restoring a DB</title><link>http://www.sqlservercentral.com/Forums/Topic1399762-1292-1.aspx</link><description>you can also do backup and restore through a sql query...BackupBackup Database db_nameTO DISK = 'path of the location'WITH FORMATRESTORE DATABSE db_nameFROM DISK = 'path where your databse file is place'WITH FORMAT</description><pubDate>Tue, 19 Feb 2013 23:26:01 GMT</pubDate><dc:creator>kapil_kk</dc:creator></item><item><title>RE: Backing up &amp; Restoring a DB</title><link>http://www.sqlservercentral.com/Forums/Topic1399762-1292-1.aspx</link><description>Read [url=http://www.sqlservercentral.com/articles/Administration/64582/]Gail Shaw's Managing Transactions logs[/url].Check out [url=http://ola.hallengren.com/]Ola Hallengren's[/url] maintenance procedures.</description><pubDate>Tue, 19 Feb 2013 08:25:28 GMT</pubDate><dc:creator>Nadrek</dc:creator></item><item><title>RE: Backing up &amp; Restoring a DB</title><link>http://www.sqlservercentral.com/Forums/Topic1399762-1292-1.aspx</link><description>beside this you can also create a procedure to backup and restore a database where you can take various parameters like path in your case </description><pubDate>Mon, 18 Feb 2013 06:20:01 GMT</pubDate><dc:creator>jeetsingh.cs</dc:creator></item><item><title>RE: Backing up &amp; Restoring a DB</title><link>http://www.sqlservercentral.com/Forums/Topic1399762-1292-1.aspx</link><description>Thank you guys. Appreciate it!</description><pubDate>Wed, 26 Dec 2012 20:55:22 GMT</pubDate><dc:creator>VegasL</dc:creator></item><item><title>RE: Backing up &amp; Restoring a DB</title><link>http://www.sqlservercentral.com/Forums/Topic1399762-1292-1.aspx</link><description>1. Goto DB2. Right click database folder and choose Restore Database3. Tick "From device" under Specify the source and location of backup sets to restore.4. Click add on the pop up &amp;#119;indow.5 Locate your backup in the folder where you saved your database. (e.g. Documents and Settings\&amp;lt;your profile&amp;gt;\Desktop\&amp;lt;db backup name.&amp;gt;. Make sure your dbbackup contrains .bak extension name. otherwise it will not be display on the pop up &amp;#119;indow. You will supply the path manually.6. Click ok button, then ok button then another ok button.7. in the option menu, choose overwrite existing database (if the db already exist to overwrite the old one)8. Click ok button and wait for the confirmation that the restoration is successfull.</description><pubDate>Tue, 25 Dec 2012 22:33:13 GMT</pubDate><dc:creator>eklavu</dc:creator></item><item><title>RE: Backing up &amp; Restoring a DB</title><link>http://www.sqlservercentral.com/Forums/Topic1399762-1292-1.aspx</link><description>Is the sql server instance located on the same computer where you are running SSMS to do the backup?If yes, then it should be straight forward using the backup dialog pointing it to c:\Documents and Settings\yourprofile\DesktopIf no, then it is a bit tricky. You need to create a share on your computer (in DOS: net share sharename=c:\somefolder). Then use the backup dialogue and in the destination dialog write \\yourcomputername\sharename\my.bakIt may be necessary that instead of 'yourcomputername' you put your IP address.At the end remember to do a 'net share sharename /d'.</description><pubDate>Mon, 24 Dec 2012 03:13:07 GMT</pubDate><dc:creator>Michael Meierruth</dc:creator></item><item><title>Backing up &amp; Restoring a DB</title><link>http://www.sqlservercentral.com/Forums/Topic1399762-1292-1.aspx</link><description>Hello,I have a db which I would like to backup and restore.Currently I go to db, right click tasks and select backup.This is fine, however I'd like to be able to save a back up to desktop  and then once do, if need to how to restore?Thanks</description><pubDate>Sun, 23 Dec 2012 11:27:59 GMT</pubDate><dc:creator>VegasL</dc:creator></item></channel></rss>