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

Choose a tag below, or browse popular content:

Administering     Maintenance and Management     Security     Strategies    
Administration     Miscellaneous     SQL Server 2005     T-SQL    
Backup / Restore     Other     SQL Server 7, 2000     T-SQL Aids    
Editorial     Programming     SQLInsider Scripts    
Popular Content

Five Free Hours of Training

We're sponsoring over 5 hours over 5 days of training on SSIS and Business Intelligence with Brian Knight, SQL Server MVP and founder of Pragmatic Works.   Read more...
By Press Release 2008/07/14 (first posted: 2008/07/01) | Source: SQLServerCentral.com | Category: Training
Rating: |  Discuss |  Briefcase | 14,181 reads

The Differences Between SQL Server 2000 and 2005

What are the differences between SQL Server 2000 and 2005? It's a question that DBAs are often asked by those who don't work with SQL Server on a daily basis. Steve Jones begins a short series on the differences by examining some of the core administrative differences.   Read more...
By Steve Jones 2007/08/31 (first posted: 2007/05/15) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 74,785 reads

The "Numbers" or "Tally" Table: What it is and how it replaces a loop.

Many people have used a "Numbers" or "Tally" table without really knowing what it does. This is an introduction as to how a Tally table replaces a loop.  Read more...
By Jeff Moden 2008/05/07 | Source: SQLServerCentral.com | Category: TSQL
Rating: |  Discuss |  Briefcase | 14,560 reads

SQL Server 2005 Build List

Build List Updated with Cumulative Update 8 for SP2.   Read more...
By Steve Jones 2008/07/17 (first posted: 2007/04/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 51,524 reads

Passing Parameters as (almost) 1, 2, and 3 Dimensional Arrays

It's a well known fact that there's no such thing as a true "array" in SQL Server and that you can't pass a table as a parameter... but you can get a lot closer than you think.  Read more...
By Jeff Moden 2008/05/22 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 9,176 reads

Passing a Table to A Stored Procedure

In the first article of a new series on T-SQL tips, Jacob Sebastian brings us a very useful technique. How to pass a table to a stored procedure so some set of rows can be operated on using some business logic.   Read more...
By Jacob Sebastian 2007/12/07 (first posted: 2007/05/30) | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 48,245 reads

Linking to the Previous Row

One common problem in querying is to reference the previous row in a data set as part of a calculation. David McKinney brings us an interesting solution using SQL Server 2005.  Read more...
By David McKinney 2008/03/13 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 13,839 reads

Free Tools for the SQL Server DBA

Everyone has a set of handy utilities and tools that they use with their SQL Server, but sometimes convincing an employer to purchase tools is hard. Longtime DBA David Bird brings us a list of the tools he likes to use and are FREE.   Read more...
By David Bird 2007/05/24 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 43,706 reads

A Story of the Deleted Transaction Log

How a transaction log was deleted and then recreated.  Read more...
By James DiMauro 2008/07/14 | Source: SQLServerCentral.com | Category: Disaster Recovery
Rating: |  Discuss |  Briefcase | 8,754 reads

Return Query Text Along With sp_who2 Using Dynamic Management Views

This article describes how to generate the sp_who2 results including the query text for the spid.  Read more...
By Ken Simmons 2008/06/26 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 8,646 reads

Two Useful Hierarchy Functions

Two useful functions for dealing with hierarchical data.  Read more...
By John Cawley III 2008/05/21 | Source: SQLServerCentral.com | Category: Hierarchy
Rating: |  Discuss |  Briefcase | 10,123 reads

Correlated Joins Using "Apply"

Discusses the use of the newly introduced APPLY Statement in SQL Server 2005  Read more...
By Gregory Jackson 2008/06/16 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 10,354 reads

TSQL LAB 2 - Writing Conditional WHERE Clauses

Jacob Sebastian takes a look at some different ways to write your WHERE clauses. A good basic article for those starting to work with T-SQL.  Read more...
By Jacob Sebastian 2008/02/27 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 17,561 reads

Sync All Logins on a Server in a single click using SP_MSForEachDB

Reduce your recovery time and minimize the chance for error by resolving all logins in one script.  Read more...
By Ken Simmons 2008/06/03 | Source: SQLServerCentral.com | Category: Log Shipping
Rating: |  Discuss |  Briefcase | 8,328 reads

Upgrading a Database SQL 2000 to SQL 2005

Performing an upgrade to the next version of SQL Server is something more and more of us will be doing as the support for SQL Server 2000 wanes. New author Sachin Samuel brings us an overview of the process and options that you have for performing an upgrade.   Read more...
By Sachin Samuel 2007/05/16 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 35,807 reads

VBscript hacks for DTS packages

This article is about using VBscript hacks to overcome two limitations of DTS packages.  Read more...
Rating: |  Discuss |  Briefcase | 6,899 reads

Ten Ways To Lose Your DBA Job

We often see ways to improve your career, but there's a flip side as well. In the spirit of our "worst practices" series, Steve Jones takes a look at ten skills that could cost you your job if you can't perform them.   Read more...
By Steve Jones 2007/04/13 (first posted: 2006/11/30) | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 64,121 reads

Sending scheduled SQL query results via HTML e-mail using SSIS

Send SQL query results as HTML-formatted e-mail using SQL Server Integration Services.  Read more...
By Paul Clancy 2008/04/23 | Source: SQLServerCentral.com | Category: SSIS
Rating: |  Discuss |  Briefcase | 8,626 reads

SQL Overview IV - DBA's Morning Review

Continuing on with his very popular series on monitoring your servers, David Bird takes a look at how you manage checking on multiple servers.  Read more...
By David Bird 2008/06/02 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 6,817 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 | 9,301 reads