﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged Backup and Recovery</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Backup and Recovery posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>SSAS Database Backup</title><description>Longtime SQL Server author Dinesh Asanka brings us a new article on backing up an Analysis Services database.</description><guid>http://www.sqlservercentral.com/articles/Analysis+Services/63382/</guid><pubDate>2008/07/17</pubDate><link>http://www.sqlservercentral.com/articles/Analysis+Services/63382/</link></item><item><title>DTUTIL Utility to Copy / Delete SSIS Deployed in MSDB to File System</title><description>Use the DTUTIL Command Prompt Utility to Copy / Install / Delete the SSIS Package deployed in MSDB Database to file system</description><guid>http://www.sqlservercentral.com/articles/SSIS+Package+Deployment/63263/</guid><pubDate>2008/07/09</pubDate><link>http://www.sqlservercentral.com/articles/SSIS+Package+Deployment/63263/</link></item><item><title>Selecting the database recovery model to ensure proper backups</title><description>One of the first things that should be done when managing SQL Server is to setup an appropriate backup plan in order to minimize any data loss in the event of a failure.  Along with setting up a backup plan there are certain database configurations that need to be setup to ensure you are able to backup databases correctly.  In this tip we will look at the different recovery models that SQL Server offers and how to choose a recovery model for your database.</description><guid>http://www.sqlservercentral.com/redirect/articles/63138/</guid><pubDate>2008/05/30</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63138/</link></item><item><title>Moving Databases</title><description>SQL Server trainer and longtime expert, Andy Warren brings us a great article on one basic skill that every DBA should know.</description><guid>http://www.sqlservercentral.com/articles/Administration/62930/</guid><pubDate>2008/05/12</pubDate><link>http://www.sqlservercentral.com/articles/Administration/62930/</link></item><item><title>Tuning the Performance of Backup Compression in SQL Server 2008</title><description>ckup compression is a new feature in SQL Server 2008 that can help provide smaller sized backups and reduce backup time. This document provides guidance related to tuning options for backup performance. All of the information and test results presented here were done specifically by using the backup compression feature of SQL Server 2008; however, they apply broadly to any backup scenario whether backup compression is used or not</description><guid>http://www.sqlservercentral.com/redirect/articles/62929/</guid><pubDate>2008/05/12</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62929/</link></item><item><title>SQL 2005 vs. SQL 2008 Part 1 - (Backup File Sizes &amp; Times)</title><description>SQL 2008 has some key improvements over SQL 2005. This article deals with backup compression and faster backups in SQL 2008</description><guid>http://www.sqlservercentral.com/articles/Compression/62746/</guid><pubDate>2008/05/05</pubDate><link>http://www.sqlservercentral.com/articles/Compression/62746/</link></item><item><title>Issues with running backup log with no_log or truncate_only</title><description>On my database server I have my databases set to the full recovery model, but the transaction logs get quite big, so I am issuing a BACKUP LOG with NO_LOG.  I am not exactly sure if this causes any issues, but I know that I am able to free up space in my transaction log and shrink the file.  Is this the correct way to handle this situation?</description><guid>http://www.sqlservercentral.com/redirect/articles/62708/</guid><pubDate>2008/04/10</pubDate><link>http://www.sqlservercentral.com/redirect/articles/62708/</link></item><item><title>The Backup Myth</title><description>Running backups is enough for disaster recovery, right? That's a myth that could get you into trouble. Steve Jones explains there's more that's needed.</description><guid>http://www.sqlservercentral.com/articles/Editorial/61871/</guid><pubDate>2008/01/09</pubDate><link>http://www.sqlservercentral.com/articles/Editorial/61871/</link></item><item><title>Differential Backups Internals</title><description>Describes how data changes for differential backups are recorded using dbcc page</description><guid>http://www.sqlservercentral.com/articles/Administration/61591/</guid><pubDate>2007/12/11</pubDate><link>http://www.sqlservercentral.com/articles/Administration/61591/</link></item><item><title>Building Automated Backups</title><description>Backups are the foundation of any well run database server, or even any computer system. Numerous articles have been written about SQL Server backups and new author Paulo Luis brings us a new twist on building automated backups using devices.
</description><guid>http://www.sqlservercentral.com/articles/Backup+and+Recovery/2574/</guid><pubDate>2006/08/29</pubDate><link>http://www.sqlservercentral.com/articles/Backup+and+Recovery/2574/</link></item><item><title>Stored procedure: Determine last database backup</title><description>You have many SQL Servers to administer and you just want to know when the last backup was taken for each database on each instance. This stored procedure will help.</description><guid>http://www.sqlservercentral.com/redirect/articles/2369/</guid><pubDate>2006/04/13</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2369/</link></item><item><title>Push FTP with SQL Server</title><description>DTS is an incredible package for moving data in the SQL Server world. One feature that is missing, however, is the ability to send files using FTP to a remote server. This article looks at a technique for sending files via FTP.




</description><guid>http://www.sqlservercentral.com/articles/Administering/pushftp/473/</guid><pubDate>2005/07/01</pubDate><link>http://www.sqlservercentral.com/articles/Administering/pushftp/473/</link></item><item><title>Restoring to a Point In Time</title><description>One of the lesser used features of SQL Server 2000, but the capability to restore your databases to a particular point in time can be a valuable skill. Kathi Kellenberger takes a moment to explain how this feature works and how you can use it in your environment.
</description><guid>http://www.sqlservercentral.com/articles/Backup+and+Recovery/restoringtoapointintime/1905/</guid><pubDate>2005/06/14</pubDate><link>http://www.sqlservercentral.com/articles/Backup+and+Recovery/restoringtoapointintime/1905/</link></item><item><title>Implementing a Flexible Backup Strategy</title><description>SQL Server has a rock solid backup routine that works every time. However the schemes used to implement backups with maintenance plans, Enterprise Manager, etc., are not a smooth or as flexible as what most people require. Author Eli Lieba brings us his strategy and code for ensuring that each database is backed up how he needs it to be, whether a full or differential backup.
</description><guid>http://www.sqlservercentral.com/articles/Backup+and+Recovery/implementingaflexiblebackupstrategy/1535/</guid><pubDate>2004/10/19</pubDate><link>http://www.sqlservercentral.com/articles/Backup+and+Recovery/implementingaflexiblebackupstrategy/1535/</link></item><item><title>Backup Scenarios for successful SQL Server Restores and Recovery</title><description>SQL Server has a great backup and recovery architecture, but you have to know how to properly configure and use the server to ensure that you will not be seeking new employment anytime soon. A few of the Sonasoft team have written this short piece on strategies for setting up your backup jobs to ensure recovery in the event of a disaster. Welcome new authors Bilal Ahmed, Kiran Kumar, and Vas Srinivasan.
</description><guid>http://www.sqlservercentral.com/articles/Disaster+Recovery/backupscenariosforsuccessfulsqlserverrestoresandre/1421/</guid><pubDate>2004/06/29</pubDate><link>http://www.sqlservercentral.com/articles/Disaster+Recovery/backupscenariosforsuccessfulsqlserverrestoresandre/1421/</link></item><item><title>Review of Lumigent Log Explorer v4</title><description>Chris (one of our regulars!) installed Log Explorer and took it for a test drive. Written up in our standard review format this will give you a very quick overview of what the product does.
</description><guid>http://www.sqlservercentral.com/articles/Administering/reviewoflumigentlogexplorerv4/1282/</guid><pubDate>2004/02/13</pubDate><link>http://www.sqlservercentral.com/articles/Administering/reviewoflumigentlogexplorerv4/1282/</link></item><item><title>From the soapbox: Does anyone know what disaster recovery is?</title><description>New Author! Written as a rant, this article covers a couple basic issues that STILL tend to get overlooked in a lot of places. It&amp;#39;s run to rant sometimes but we plan to maintain our focus and continue to keep these a small percentage of our content. Let us know what you think.
</description><guid>http://www.sqlservercentral.com/articles/Rants/fromthesoapboxdoesanyoneknowwhatdisasterrecoveryis/1266/</guid><pubDate>2004/01/28</pubDate><link>http://www.sqlservercentral.com/articles/Rants/fromthesoapboxdoesanyoneknowwhatdisasterrecoveryis/1266/</link></item><item><title>VBScript Class to Return Backup Information</title><description>The second article in a 3 part series that presents another VBScript class file that creates a class that can be used to display the backup information from a SQL server&amp;#39;s maintanence plans.

</description><guid>http://www.sqlservercentral.com/articles/SQL-DMO/sqlbackups2/785/</guid><pubDate>2003/08/28</pubDate><link>http://www.sqlservercentral.com/articles/SQL-DMO/sqlbackups2/785/</link></item><item><title>Integrating SQL LiteSpeed in your existing Backup Infrastructure</title><description>This articles makes the case for using SQL LiteSpeed over other backup solutions and presents some notes about why the DBA should manage backups rather than offloading to network administration.
</description><guid>http://www.sqlservercentral.com/articles/Administering/integratingsqllitespeedinyourexistingbackupinfrast/986/</guid><pubDate>2003/05/12</pubDate><link>http://www.sqlservercentral.com/articles/Administering/integratingsqllitespeedinyourexistingbackupinfrast/986/</link></item><item><title>Review of SQL 2000 Fast Answers</title><description>A monster book at 980 pages, it&amp;#39;s written in &amp;#39;how-to&amp;#39; format and has a ton of good material. Andy gave it the once over for us and reports back - see what he thinks!

</description><guid>http://www.sqlservercentral.com/articles/Installation/reviewofsql2000fastanswers/959/</guid><pubDate>2003/04/18</pubDate><link>http://www.sqlservercentral.com/articles/Installation/reviewofsql2000fastanswers/959/</link></item><item><title>Squeezing Wasted Full Scans out of SQL Server Agent</title><description>This article by new contributing member Bob Musser shows you how to reduce the amount of scans that SQL Server Agent does against databases. Not for the faint of heart.

</description><guid>http://www.sqlservercentral.com/articles/Administering/squeezingwastedfullscansoutofsqlserveragent/914/</guid><pubDate>2003/02/13</pubDate><link>http://www.sqlservercentral.com/articles/Administering/squeezingwastedfullscansoutofsqlserveragent/914/</link></item><item><title>Another Disaster (Almost)</title><description>Andy had a semi-disaster similar to the one he wrote about last year. Interesting to see the kinds of problems that happen to other people. This article raises some interesting points that are outside the scope of basic disaster recovery, looking at how/when to move databases to a different server and how to reduce the server load dynamically.
</description><guid>http://www.sqlservercentral.com/articles/Administering/anotherdisasteralmost/881/</guid><pubDate>2003/01/14</pubDate><link>http://www.sqlservercentral.com/articles/Administering/anotherdisasteralmost/881/</link></item><item><title>Backup and Restore Back to Basics with SQL LiteSpeed</title><description>This article analyzes the various options available for your backup and recovery process with SQL Server 2000 as well as an enhancement to your SQL Server backup and recovery process using a highly efficient backup and restore utility that provides significant time and disk space savings called SQL LiteSpeed.

</description><guid>http://www.sqlservercentral.com/articles/Administering/backupandrestorebacktobasicswithsqllitespeed/884/</guid><pubDate>2002/12/23</pubDate><link>http://www.sqlservercentral.com/articles/Administering/backupandrestorebacktobasicswithsqllitespeed/884/</link></item><item><title>Review of Real-World SQL-DMO</title><description>Andy takes a look at the new book on DMO and likes what he sees - &amp;#34;great book for beginner and intermediate DMO users!&amp;#34;. We&amp;#39;ve been supporters of DMO for a while and we&amp;#39;re glad to see a new book on the subject. Read the review, add your comments, buy the book!
</description><guid>http://www.sqlservercentral.com/articles/Administering/reviewofrealworldsqldmo/842/</guid><pubDate>2002/11/19</pubDate><link>http://www.sqlservercentral.com/articles/Administering/reviewofrealworldsqldmo/842/</link></item><item><title>Removing Orphan Users from All Databases on Server</title><description>In this article by Greg Larsen, he shows you how to remove those pesky orphaned users that can be a security risk after restoring to a new server.

</description><guid>http://www.sqlservercentral.com/articles/Administering/orphan_user/853/</guid><pubDate>2002/11/18</pubDate><link>http://www.sqlservercentral.com/articles/Administering/orphan_user/853/</link></item><item><title>Streamlining the Database Server Recovery Process</title><description>Are you tired of manually restoring each database on a new server when the original server has a melt down? Does the manual process seem slow, and prone to keystoke and mouse click errors? Would you like to have those restore scripts automatically built, so you only have to fire them off? Well this article will show you one possible method for speeding up and reducing errors will trying to perform a restore of all databases on a server.
</description><guid>http://www.sqlservercentral.com/articles/Disaster+Recovery/streamliningtherecoveryprocess/837/</guid><pubDate>2002/11/05</pubDate><link>http://www.sqlservercentral.com/articles/Disaster+Recovery/streamliningtherecoveryprocess/837/</link></item><item><title>Alternatives to SQL Backups</title><description>All of do us regular backups. Ok, all of us SHOULD do regular backups. In this article Andy comments on why having a backup plan isn&amp;#39;t enough and why you should look at some other options for when you need to fix data errors. This really speaks to the goal of minimizing down time using low tech, readily available solutions. If you&amp;#39;re not interested yet, we&amp;#39;ll add this - one of the alternatives he suggests is Microsoft Access!
</description><guid>http://www.sqlservercentral.com/articles/Administering/alternativestosqlbackups/828/</guid><pubDate>2002/10/28</pubDate><link>http://www.sqlservercentral.com/articles/Administering/alternativestosqlbackups/828/</link></item><item><title>Restoring Using DMO - Getting File List and No Recovery</title><description>Following up on a question posted in our discussion area, Andy demonstrates how to backup/restore a database using DMO, how to get the list of files to be restored, and how to do a restore with no recovery. Lots of sample code!
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/restoringusingdmogettingfilelistandnorecovery/823/</guid><pubDate>2002/10/15</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/restoringusingdmogettingfilelistandnorecovery/823/</link></item><item><title>Push Those Logs Away!</title><description>Steve found a gaping hole in his backup process. One that he plugged with this script to move log files around the network in the event of a server failure. If you can&amp;#39;t afford to lose a day of work, read about his solution.
</description><guid>http://www.sqlservercentral.com/articles/Administering/pushthoselogsaway/812/</guid><pubDate>2002/09/30</pubDate><link>http://www.sqlservercentral.com/articles/Administering/pushthoselogsaway/812/</link></item><item><title>VBScript Classes to Query SQL Server for Backup Information</title><description>A VBscript class is created that can be used to query the maintenance plans on an SQL server to determine when a backup has occurred. This class can be used with others to create a scripted method for monitoring backups.

</description><guid>http://www.sqlservercentral.com/articles/SQL-DMO/sqlbackups1/783/</guid><pubDate>2002/08/22</pubDate><link>http://www.sqlservercentral.com/articles/SQL-DMO/sqlbackups1/783/</link></item></channel></rss>