SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content 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)     data retention (4)     User Defined Function (UDF) (2)     Policy Based Management (1)    
Administration (24)     Database Snapshots (4)     Video (2)     powershell (1)    
Disaster Recovery (12)     downtime (4)     Visual Basic 6 (2)     Product Reviews (1)    
Miscellaneous (9)     Editorial - MP3 (4)     ADO (1)     RAID (1)    
Configuring (8)     legal issues (4)     Advanced Querying (1)     Rants (1)    
Strategies (8)     SQL-DMO (4)     Analysis Services (SSAS) (1)     Recovery Model (1)    
Editorial (7)     DTS (3)     Backup (1)     Reviews (1)    
Replication (6)     Monitoring (3)     Backups monitoring (1)     Service Broker (1)    
Security (6)     Transaction Log (3)     Blogs (1)     Sharepoint (1)    
SQL Server 2005 (6)     Availability (2)     DBA (1)     SQL Server 2000 (1)    
T-SQL (6)     Basic Querying (2)     Distributed Queries (1)     SSIS Package Deployment (1)    
Editorial - iPod (5)     Compression (2)     English Query (1)     striped backups (1)    
Editorial - WMV (5)     copy_only (2)     Friday Poll (1)     UpdateGrams (1)    
Indexing (5)     Installation (2)     Integration Services (SSIS) (1)     Windows Home Server (1)    
Performance Tuning (5)     Stored Procedures (2)     OpenXML (1)     XML (1)    
Programming (5)     Triggers (2)     Other (1)     XSL (1)    
SQL Server 2008 (5)    
   Items 1 to 20 of 100    Next 20 >>
 

Backup SQL Server Databases with a Windows PowerShell Script

In a previous tip on Backup and Restore SQL Server databases programmatically with SMO, you've seen how you can use Windows PowerShell to backup and restore SQL Server databases. In this tip, I will cover how to use Windows PowerShell to generate SQL Server backups  Read more...
By Additional Articles 2009/10/29 | Source: MSSQLTips.com | Category: Backup and Recovery
Rating: (not yet rated)  Rate this |  Briefcase | 2,150 reads

Backups daily monitoring

This script finds the last run status for Full / TL backups.  Read more...
By Arun Jebakumar 2009/09/04 | Source: SQLServerCentral.com | Category: Backups monitoring
Rating: |  Discuss |  Briefcase | 505 reads

7 Ways To Crash a Database

Many articles on database administration take the perspective of trying to help you do your job better. We thought we might take a different tack and poke a little fun at some of more egregious mistakes we've seen over the years at IT shops.   Read more...
By Additional Articles 2009/08/27 | Source: Database Journal | Category: Backup and Recovery
Rating:  Rate this |  Briefcase | 8,637 reads

Validate SQL Server Backups Exist with Policy Based Management

I recently submitted a tip regarding the existence of your backup files using the undocumented system stored procedure xp_fileexist. But how would you go about executing that script against all your SQL Server 2005 and SQL Server 2008 instances? I took that script and decided to go one step further using Policy Based Management to create a custom policy that you can then run against all your SQL Server 2005 and SQL Server 2008 instances.  Read more...
By Additional Articles 2009/08/25 | Source: MSSQLTips.com | Category: Backup and Recovery
Rating: (not yet rated)  Rate this |  Briefcase | 1,548 reads

Protection Close To Home

For the Friday Poll this week, Steve Jones is wondering what type of data protection you use at home for your information. Especially those all important family photos.  Read more...
By Steve Jones 2009/08/21 | Source: SQLServerCentral.com | Category: Editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 124 reads

SQL Backup 6: Wind of Change

One could be forgiven for thinking that there's little more you can do with third-party backup software than just ...er... backup databases. Shawn McGehee gives us his personal take on the implications of the improvements that have been made to SQL Backup for version 6.  Read more...
By Additional Articles 2009/08/19 | Source: SimpleTalk | Category: Backup
Rating:  Rate this |  Briefcase | 1,944 reads

How SQL Server recovery models impact your SharePoint ...

SharePoint administrators can minimize data loss by selecting the appropriate SQL Server recovery model. But which model is right for your enterprise?  Read more...
By Additional Articles 2009/08/17 | Source: SearchSQLServer | Category: Backup and Recovery
Rating: (not yet rated)  Rate this |  Briefcase | 2,360 reads

Truncating the log

By Vinay Thakur-585143 2009/08/05 | Category: Backup and Recovery
Rating: (not yet rated) |  Discuss |  Briefcase | 2,998 reads

Script to check that backup files still exist for SQL Server

You have configured your database backup jobs without any problems. The backups themselves seem to be working, but are the files still where you think they are? How do you know they have not been moved, or worse, deleted to free up some space on your server? And when would you find out that the files were no longer there?  Read more...
By Additional Articles 2009/08/03 | Source: MSSQLTips.com | Category: Backup and Recovery
Rating:  Rate this |  Briefcase | 2,225 reads

Copy Only Backup for SQL 2005 and SQL 2008

Is there any way that my ad hoc backups will not interrupt the sequence of my backup plan?  Read more...
By Additional Articles 2009/06/30 | Source: MSSQLTips.com | Category: Backup and Recovery
Rating: (not yet rated)  Rate this |  Briefcase | 1,920 reads

When is a Backup Considered Successful?

What makes a successful backup? New author Steven Bouffard talks about some things you might want to consider when evaluating if your backup process is considered a success.  Read more...
By Steven Bouffard 2009/06/08 | Source: SQLServerCentral.com | Category: Backup and Recovery
Rating: |  Discuss |  Briefcase | 6,799 reads

How to find out how long a SQL Server backup took

Many shops do full backups of their databases as part of a job within SQL Agent, typically as part of a maintenance plan. This job will often times do all database backups in secession. As such, while you may know how long the job takes, you may not know how long any one particular database takes to have a full backup taken.   Read more...
By Additional Articles 2009/05/22 | Source: MSSQLTips.com | Category: Backup and Recovery
Rating:  Rate this |  Briefcase | 2,338 reads

Operating system Error 112

The error message pops up when you try to restore the database to a different server or to a desktop or to a FAT32 file system. Learn a couple of ways for dealing with this error.  Read more...
By Mahidhar Vattem 2009/04/17 | Source: SQLServerCentral.com | Category: Backup and Recovery
Rating: |  Discuss |  Briefcase | 3,523 reads

When was the last time your SQL Server database was restored

Often times we are asked the question "when was the last time my database was restored, and where was it restored from?" In this tip, we will look at some of the system tables that capture restore history information and how you can query these system tables to answer this question.  Read more...
By Additional Articles 2009/04/16 | Source: MSSQLTips.com | Category: Backup and Recovery
Rating:  Rate this |  Briefcase | 1,670 reads

Why Tape is Good

I write an editorial about why I thought tape still had a place in backups . There were some interesting responses that said disk works well for them and they wouldn’t go back to tape. I used to think the density was a big deal, along with cost, but maybe...  Read more...
By Steve Jones 2009/04/08 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 914 reads

The Need for Tape

Are tape systems obsolete? A recent incident has Steve Jones thinking perhaps not.  Read more...
By Steve Jones 2009/03/26 | Source: SQLServerCentral.com | Category: Editorial
Rating: |  Discuss |  Briefcase | 156 reads

The Need for Tape

Are tape systems obsolete? A recent incident has Steve Jones thinking perhaps not.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 136 reads

The Need for Tape

Are tape systems obsolete? A recent incident has Steve Jones thinking perhaps not.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 115 reads

The Need for Tape

Are tape systems obsolete? A recent incident has Steve Jones thinking perhaps not.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 107 reads

Creating Striped Backups - SQL School Video

This SQL School video shows how you can speed up your backup process by striping the backup across multiple disks. MVP Andy Warren narrates.  Read more...
By Andy Warren 2009/03/19 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 1,757 reads
   Items 1 to 20 of 100    Next 20 >>
 
Most popular

Transaction Log Growth, do you need it?

One of the most common questions asked about SQL Server has to do with the transaction log and why does it grow. James Rea brings us a good explanation here of what happens and what you should do about it.  Read more...
By James Rea 2009/01/05 | Source: SQLServerCentral.com | Category: Transaction Log
Rating: |  Discuss |  Briefcase | 14,852 reads

SQL Backup 6: Wind of Change

One could be forgiven for thinking that there's little more you can do with third-party backup software than just ...er... backup databases. Shawn McGehee gives us his personal take on the implications of the improvements that have been made to SQL Backup for version 6.  Read more...
By Additional Articles 2009/08/19 | Source: SimpleTalk | Category: Backup
Rating:  Rate this |  Briefcase | 1,944 reads

When is a Backup Considered Successful?

What makes a successful backup? New author Steven Bouffard talks about some things you might want to consider when evaluating if your backup process is considered a success.  Read more...
By Steven Bouffard 2009/06/08 | Source: SQLServerCentral.com | Category: Backup and Recovery
Rating: |  Discuss |  Briefcase | 6,799 reads