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     Editorial - WMV     Programming     Strategies    
Administration     Maintenance and Management     Security     T-SQL    
Editorial     Miscellaneous     SQL Server 2005     T-SQL Aids    
Editorial - iPod     Other     SQL Server 7, 2000    
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 | 17,768 reads

A Google-like Full Text Search

Implementing searching in your database is always a challenge and MVP Michael Coles brings us a method of building a Google-like search for SQL Server.  Read more...
By Michael Coles 2008/10/07 | Source: SQLServerCentral.com | Category: Full-Text Search (2008)
Rating: |  Discuss |  Briefcase | 14,292 reads

Cross Tabs and Pivots, Part 1 – Converting Rows to Columns

An "old" subject is revisted where "newbies" can learn the methods and veteran users can get more performance out of the code.  Read more...
By Jeff Moden 2008/08/19 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 14,566 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 | 18,095 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/08/29 (first posted: 2008/02/27) | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 35,119 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 | 82,177 reads

Just For Fun: An Impossible Delete

How can you delete only some duplicates? Without Identity's, Temp tables, Cursors, loops or ROW_NUMBER()? Would you believe, go back to the 70's?  Read more...
By RBarryYoung 2008/08/05 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 15,167 reads

SQL Server 2005 Build List

Build List Updated with Cumulative Update 9 for SP2.   Read more...
By Steve Jones 2008/08/22 (first posted: 2007/04/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 57,646 reads

Excel with Stored Procedures

Longtime DBA David Poole brings us an interesting situation in involving setting up a user to allow Excel to query data from SQL Server.  Read more...
By David Poole 2008/08/13 | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 15,860 reads

Hidden RBAR: Triangular Joins

Just because it looks set based, doesn't mean it is. T-SQL Crackerjack Jeff Moden takes a look at a mistake that many query writers make.  Read more...
By Jeff Moden 2008/08/15 (first posted: 2007/12/06) | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 25,231 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 | 10,976 reads

On Indexes and Views

A short description of requirements to fully utilize the indexes on views.  Read more...
By Timothy A Wiseman 2008/09/09 | Source: SQLServerCentral.com | Category: Indexed Views
Rating: |  Discuss |  Briefcase | 8,329 reads

Missing Indexes in SQL Server 2005

Determining which columns to index in a table used to be a very time consuming process that was as much art as science. New author Ranga Narasimhan brings us an article that shows how SQL Server 2005 makes this much easier.  Read more...
By Ranga Narasimhan 2008/09/16 | Source: SQLServerCentral.com | Category: Indexing
Rating: |  Discuss |  Briefcase | 9,149 reads

Local Temporary Tables and Table Variables

Peter He examines the differences between temporary tables and table variables in SQL Server, showing when you might want to choose one over the other.  Read more...
By Peter He 2008/09/01 | Source: SQLServerCentral.com | Category: Table Variables
Rating: |  Discuss |  Briefcase | 10,386 reads

DBA Morning Check List

This article helps the DBA find and fix issues quickly by creating a DBA Morning Checklist.  Read more...
By Bill Richards 2008/09/05 (first posted: 2008/04/14) | Source: SQLServerCentral.com | Category: Database Administration
Rating: |  Discuss |  Briefcase | 26,937 reads

Using SSIS to zip files and email the zipped files

I have often needed a means to send zipped files via email. This article shows one method to do just this.  Read more...
By Carolyn Richardson 2008/09/22 | Category: SSIS
Rating: |  Discuss |  Briefcase | 10,076 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 | 15,179 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 | 10,184 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 | 9,819 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 | 47,520 reads