SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tag Backup and Recovery Rss

Refine your search with one of the following additional tags (with number of items):

SQL Server 7, 2000 (29)     Performance Tuning and Scaling (4)     Security (2)     English Query (1)    
Administering (16)     SQL-DMO (4)     SQL Server 2008 (2)     OpenXML (1)    
Miscellaneous (9)     DTS (3)     Stored Procedures (2)     Other (1)    
Configuring (8)     Administration (2)     Triggers (2)     Product Reviews (1)    
Strategies (8)     Availability (2)     User-Defined functions (2)     Rants (1)    
Disaster Recovery (7)     Basic Querying (2)     Visual Basic 6 (2)     Reviews (1)    
Replication (6)     Compression (2)     ADO (1)     SQL Server 2005 (1)    
Indexing (5)     Installation (2)     Advanced Querying (1)     UpdateGrams (1)    
Programming (5)     Monitoring (2)     Distributed Queries (1)     XML (1)    
T-SQL (5)     Performance Tuning (2)     Editorial (1)     XSL (1)    

Search for any content tagged Backup and Recovery

   Items 1 to 20 of 36    Next 20 >>
 

Selecting the database recovery model to ensure proper backups

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.  Read more...
By Additional Articles 2008/05/30 | Source: MSSQLTips.com | Category: Backup and Recovery
Rating: (not yet rated)  Rate this |  Briefcase | 2 reads

Moving Databases

SQL Server trainer and longtime expert, Andy Warren brings us a great article on one basic skill that every DBA should know.  Read more...
By Andy Warren 2008/05/12 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 8,906 reads

Tuning the Performance of Backup Compression in SQL Server 2008

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  Read more...
By Additional Articles 2008/05/12 | Source: MSDN Communities | Category: Backup and Recovery
Rating: (not yet rated)  Rate this |  Briefcase | 776 reads

SQL 2005 vs. SQL 2008 Part 1 - (Backup File Sizes & Times)

SQL 2008 has some key improvements over SQL 2005. This article deals with backup compression and faster backups in SQL 2008  Read more...
By Kevin van der Merwe 2008/05/05 | Source: SQLServerCentral.com | Category: Compression
Rating: |  Discuss |  Briefcase | 7,755 reads

Issues with running backup log with no_log or truncate_only

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?  Read more...
By Additional Articles 2008/04/10 | Source: MSSQLTips.com | Category: Backup and Recovery
Rating:  Rate this |  Briefcase | 2,238 reads

The Backup Myth

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.  Read more...
By Steve Jones 2008/01/09 | Source: SQLServerCentral.com | Category: Editorial
Rating: |  Discuss |  Briefcase | 404 reads

Differential Backups Internals

Describes how data changes for differential backups are recorded using dbcc page  Read more...
By Ken Kaufman 2007/12/11 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 2,949 reads

Building Automated Backups

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.   Read more...
By Paulo Luis 2006/08/29 | Source: SQLServerCentral.com | Category: Backup and Recovery
Rating: |  Discuss |  Briefcase | 11,418 reads

Stored procedure: Determine last database backup

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.  Read more...
By Additional Articles 2006/04/13 | Source: Other | Category: Backup and Recovery
Rating:  Rate this |  Briefcase | 3,491 reads

Push FTP with SQL Server

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.   Read more...
By Steve Jones 2005/07/01 (first posted: 2001/11/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 32,504 reads

Restoring to a Point In Time

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.   Read more...
By Kathi Kellenberger 2005/06/14 | Source: SQLServerCentral.com | Category: Backup and Recovery
Rating: |  Discuss |  Briefcase | 14,246 reads

Implementing a Flexible Backup Strategy

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.   Read more...
By Eli Leiba 2004/10/19 | Source: SQLServerCentral.com | Category: Backup and Recovery
Rating: |  Discuss |  Briefcase | 9,383 reads

Backup Scenarios for successful SQL Server Restores and Recovery

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.   Read more...
By Bilal Ahmed 2004/06/29 | Source: SQLServerCentral.com | Category: Disaster Recovery
Rating: |  Discuss |  Briefcase | 14,091 reads

Review of Lumigent Log Explorer v4

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.   Read more...
By Christoffer Hedgate 2004/02/13 | Source: SQLServerCentral.com | Category: Administering
Rating: (not yet rated) |  Discuss |  Briefcase | 6,123 reads

From the soapbox: Does anyone know what disaster recovery is?

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'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.   Read more...
By James Luetkehoelter 2004/01/28 | Source: SQLServerCentral.com | Category: Rants
Rating: |  Discuss |  Briefcase | 6,079 reads

VBScript Class to Return Backup Information

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's maintanence plans.   Read more...
By Bruce Szabo 2003/08/28 | Source: SQLServerCentral.com | Category: SQL-DMO
Rating: |  Discuss |  Briefcase | 6,166 reads

Integrating SQL LiteSpeed in your existing Backup Infrastructure

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.   Read more...
By Jeremy Kadlec 2003/05/12 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 4,704 reads

Review of SQL 2000 Fast Answers

A monster book at 980 pages, it's written in 'how-to' format and has a ton of good material. Andy gave it the once over for us and reports back - see what he thinks!   Read more...
By Andy Warren 2003/04/18 | Source: SQLServerCentral.com | Category: Installation
Rating: (not yet rated) |  Discuss |  Briefcase | 17,002 reads

Squeezing Wasted Full Scans out of SQL Server Agent

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.   Read more...
By Bob Musser 2003/02/13 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 4,351 reads

Another Disaster (Almost)

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.   Read more...
By Andy Warren 2003/01/14 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 6,726 reads
   Items 1 to 20 of 36    Next 20 >>
 
Most popular

SQL 2005 vs. SQL 2008 Part 1 - (Backup File Sizes & Times)

SQL 2008 has some key improvements over SQL 2005. This article deals with backup compression and faster backups in SQL 2008  Read more...
By Kevin van der Merwe 2008/05/05 | Source: SQLServerCentral.com | Category: Compression
Rating: |  Discuss |  Briefcase | 7,755 reads

Moving Databases

SQL Server trainer and longtime expert, Andy Warren brings us a great article on one basic skill that every DBA should know.  Read more...
By Andy Warren 2008/05/12 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 8,906 reads

Differential Backups Internals

Describes how data changes for differential backups are recorded using dbcc page  Read more...
By Ken Kaufman 2007/12/11 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 2,949 reads