Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
Restore
Items 1 to 20 of 32
Next 20 >>
Restore Script Generator
Create restore script from a SQL Backup file. A must have for your DBA Tool Belt.
Read more...
By
Jim Youmans
2013/06/18
|
Source:
SQLServerCentral.com
|
Category:
restore
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
598 reads
How Long Backups Will Take
When you are running a backup or a restore, this script gives you an estimate of completion time.
Read more...
By
Miguel Quintana
2013/06/14
|
Source:
SQLServerCentral.com
|
Category:
backup
Rating:
|
Discuss
|
Briefcase
|
702 reads
Restore Latest Backup with Powershell
Restores the latest backup of a database to a destination server of your choice, and creates a new backup if needed.
Read more...
By
Luke Losli
2013/04/16
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
716 reads
A Month of PowerShell – Day 22 (Restores)
Welcome to Day 22 of my “A Month of PowerShell” series. This series will use the series landing page on...
Read more...
By
Wayne Sheffield
2013/03/04
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
1,145 reads
Be Careful Using LiteSpeed Extended Stored Procedures With SQL Agent
It’s uncommon that a SQL Server DBA needs to create a customized backup and restore routine for an application using combination of LiteSpeed extended stored procedures. However, you should be really careful when you are implementing such a solution.
Read more...
By
Dewey Wu
2013/06/18
|
Source:
SQLServerCentral.com
|
Category:
backup
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
42 reads
Simplified Restores with SQL Server 2012 Recovery Advisor
Occasionally, a DBA may need to restore a database from a multiple backup files that originated from multiple servers. This requirement might arise, for example, in a database-mirroring configuration, where backups may be from either of the servers.
Read more...
By
Jonathan Kehayias
2012/06/27
|
Source:
SQLServerCentral.com
|
Category:
sql server 2012
Rating:
|
Discuss
|
Briefcase
|
2,682 reads
SQL Server Backup and Restore
A DBA's tasks, from day-to-day, are rarely constant; with one exception: the need to ensure each and every day that any database in their charge can be restored and recovered, in the event of error of disaster. In this book, you'll discover how to perform each of these backup and restore operations using SQL Server Management Studio (SSMS), basic T-SQL scripts and Red Gate's SQL Backup tool.
Read more...
By
Shawn McGehee
2013/06/18
|
Source:
SQLServerCentral.com
|
Category:
books
Rating:
|
Discuss
|
Briefcase
|
10,166 reads
Faster Restores: Best Practices to Increase Speed
Backups are an everyday part of DBA life, whereas restores tend to happen on call at 3 a.m. In this article, Grant Fritchey looks at what you should be doing to make your restores as quick and seamless as possible.
Read more...
By
Additional Articles
2011/12/14
|
Source:
SimpleTalk
|
Category:
backup
Rating:
(not yet rated)
Rate this
|
Briefcase
|
5,194 reads
Restoring a SQL Server Database – A Practical Example
Performing a Database Restore is a part of a DBA's daily life. A DBA may need to perform a Restore due to various reasons such as recovery, refreshing a database for testing purpose etc. Many times it can be difficult to perform a Restore due to corrupted media, low disk space on the server and so on. This articlel outlines one approach which can be used to Restore the backup of the Production Database a test environment.
Read more...
By
Additional Articles
2011/12/09
|
Source:
SQL Server Performance
|
Category:
restore
Rating:
Rate this
|
Briefcase
|
3,769 reads
Restore all of the log file from a folder
Restore all of the log file from a folder
Read more...
By
lj zither
2011/09/02
|
Source:
SQLServerCentral.com
|
Category:
restore
Rating:
|
Discuss
|
Briefcase
|
791 reads
Restore database with all necessary files
It creates the script for restoring your database with all the backups (full, differential and transaction log) needed.
Read more...
By
Josep
2011/07/13
|
Source:
SQLServerCentral.com
|
Category:
restore
Rating:
|
Discuss
|
Briefcase
|
3,925 reads
SQL DBAdmin toolbox - Part 1: Restore single database
A stored procedure for restoring a database up to the latest log backup from a file folder. Compatible with the backups made by standard SQL maintenance plan.
Read more...
By
Infostar
2011/06/10
|
Source:
SQLServerCentral.com
|
Category:
restore
Rating:
|
Discuss
|
Briefcase
|
1,377 reads
Backup & Restoration Script
This script provides very useful information about database backup and restoration.
Read more...
By
Ashish Gilhotra
2011/05/04
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
5,229 reads
Restore point in time
Useful script for point in time recovery
Read more...
By
Parag Tengshe
2011/01/14
|
Source:
SQLServerCentral.com
|
Category:
restore
Rating:
|
Discuss
|
Briefcase
|
1,358 reads
T-Log Backup/Restore with Date & Time
Simple script formatting the date and naming a backup file path for a t-log and restoring those logs.
Read more...
By
S. Kusen
2010/12/29
|
Source:
SQLServerCentral.com
|
Category:
backup / restore
Rating:
|
Discuss
|
Briefcase
|
1,209 reads
Can the Secondary files in a database be taken offline?
Read more...
By
Nakul Vachhrajani
2010/11/29
|
Category:
restore
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,518 reads
Fix all orphaned users in a database
Fix orphaned users on a restored db
Read more...
By
Harsha Majety
2010/11/24
|
Source:
SQLServerCentral.com
|
Category:
orphaned users
Rating:
|
Discuss
|
Briefcase
|
2,666 reads
Automated T-Log Restore
Sequential transaction log restore
Read more...
By
Tony Savoie
2010/08/16
|
Source:
SQLServerCentral.com
|
Category:
t-log
Rating:
|
Discuss
|
Briefcase
|
2,413 reads
Restore All Backups
SCRIPT TO RESTORE BACKUP FOR ALL DATABASES, PLACED IN FOLDER CALLED ORIGIN_FOLDER, WITH THE INITIALS 'DBVF' AND EXTENSION '.BAK'
Read more...
By
Disney Hammerschmidt
2010/06/30
|
Source:
SQLServerCentral.com
|
Category:
restore
Rating:
|
Discuss
|
Briefcase
|
2,172 reads
Restore Database from network location
When using GUI tools, it seems the DB cannot be restored from a network path. This is actually possible via the script.
Read more...
By
Jano Petras
2010/05/11
|
Source:
SQLServerCentral.com
|
Category:
backup / restore
Rating:
|
Discuss
|
Briefcase
|
2,706 reads
Items 1 to 20 of 32
Next 20 >>
Tags
backup / restore
(12)
backup
(5)
administration
(3)
log
(2)
powershell
(2)
sql server 2005
(2)
transactions
(2)
t-sql
(2)
blogs
(1)
books
(1)
copy_only
(1)
disaster recovery (dr)
(1)
log file
(1)
orphaned users
(1)
pointintimerecovery
(1)
recent backups
(1)
restores
(1)
simple-talk series
(1)
sql agent
(1)
sql server 2008
(1)
sql server 2012
(1)
sql server 7
(1)
time
(1)
t-log
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.