Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tags administration, backup / restore Rss

<< Previous 20    Items 21 to 40 of 51    Next 20 >>
 

Script to find latest backups for all databases

If you are not the only one who takes care of the backups, knowing the backups taken recently is very crucial for a production DBA.  Read more...
By Roshan Joe Joseph 2009/07/01 | Source: SQLServerCentral.com | Category: backup / restore
Rating: |  Discuss |   Briefcase | 2,108 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 / restore
Rating:  Rate this |   Briefcase | 3,259 reads

Check Syntax on a Database

This script finds the first error on all Sprocs, Functions, Triggers and Views in a database. Works in SQL Server 2005 and 2008  Read more...
By Stephen Schaff 2009/04/21 | Source: SQLServerCentral.com | Category: syntax check
Rating: |  Discuss |   Briefcase | 855 reads

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 2010/05/28 (first published: 2009/01/05) | Source: SQLServerCentral.com | Category: transaction logs
Rating: |  Discuss |   Briefcase | 32,186 reads

Generate CREATE DATABASE FOR ATTACH for all databases on server

I couldn't find a solid script for this so I put this together. It creates the database EXACTLY as it was with growth and proper file groups.  Read more...
By Wesley Brown 2008/12/18 | Source: SQLServerCentral.com | Category: backup / restore
Rating: |  Discuss |   Briefcase | 1,224 reads

Create Backups without Breaking the Database Backup Sequence

This article shows how the COPY_ONLY clause can be used to ensure that an ad-hoc database backup do not break the backup sequence  Read more...
By Additional Articles 2008/12/18 | Source: SQL Server Performance | Category: backup / restore
Rating:  Rate this |   Briefcase | 2,837 reads

Changing the default SQL Server backup folder

Is it possible to change the default directory for backups, so it does not need to be specified each time I run a backup?  Read more...
By Additional Articles 2008/09/24 | Source: MSSQLTips.com | Category: backup / restore
Rating:  Rate this |   Briefcase | 3,572 reads

Detaching Databases - SQL School Video

One very handy technique for dealing with the need to copy or move a database involves detaching the database from your instance. MVP Brian Knight shows how easy this can be to perform on your server.  Read more...
By Brian Knight 2008/08/14 | Source: SQLServerCentral.com | Category: video
Rating: |  Discuss |   Briefcase | 4,388 reads

Bread and Butter of SQL Server DBA - Part 1

We have a new author at SQLServerCentral.com, Muthusamy Anantha Kumar AKA The MAK, who starts a new series on the basics that a DBA needs to know. This installment walks over basic backup and restore.  Read more...
By MAK 2008/07/15 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 13,004 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 | 12,276 reads

An easy way to track the growth of your database

This query gives you an idea of the growth of your database over time.  Read more...
By Sylvia Moestl Vasilik 2011/05/20 | Source: SQLServerCentral.com | Category: backup / restore
Rating: |  Discuss |   Briefcase | 12,929 reads

Backups

By Site Owners 2008/04/21 | Category: backup / restore
Rating: (not yet rated) |  Discuss |   Briefcase | 5,126 reads

Backups

By 2008/04/11 | Category: administration
Rating: (not yet rated) |  Discuss |   Briefcase | 4,996 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 | 4,061 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 published: 2001/11/01) | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 36,459 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: administration
Rating: (not yet rated) |  Discuss |   Briefcase | 7,715 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: administration
Rating: |  Discuss |   Briefcase | 5,329 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: |  Discuss |   Briefcase | 18,198 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: administration
Rating: |  Discuss |   Briefcase | 4,810 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: administration
Rating: |  Discuss |   Briefcase | 7,034 reads
<< Previous 20    Items 21 to 40 of 51    Next 20 >>
 
Tags
sql server 7 (16)    
configuring (8)    
miscellaneous (7)    
replication (5)    
strategies (5)    
t-sql (5)    
disaster recovery (dr) (4)    
indexing (4)    
dts (3)    
availability (2)    
installation (2)    
monitoring (2)    
performance tuning (2)    
programming (2)    
restore (2)    
security (2)    
stored procedures (2)    
triggers (2)    
user defined function (udf) (2)    
ado (1)    
advanced querying (1)    
backup / recovery (1)    
blogs (1)    
cleanup (1)    
copy_only (1)    
distributed queries (1)    
english query (1)    
errorlogs (1)    
filegroups (1)    
instant file initialization (1)    
jobs (1)    
kill (1)    
openxml (1)    
powershell (1)    
product reviews (1)    
recent backups (1)    
reviews (1)    
sql server 2005 (1)    
sql-dmo (1)    
striped backups (1)    
syntax check (1)    
transaction logs (1)    
updategrams (1)    
utility (1)    
video (1)    
visual basic 6 (1)    
xml (1)    
xsl (1)