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

Welcome to SQLServerCentral.com

A Microsoft SQL Server community of 1,166,277 DBAs,developers and SQL Server users

Rss
Headlines today   October 5, 2009

Using SSIS to Capture the File Name

This article will show how to use SSIS to capture the file name during the load process and later remove bad data from your warehouse. New Author J.D. Gonzalez has an interesting approach that you might find useful.  Read more...
By J.D. Gonzalez 2009/10/05 | Source: SQLServerCentral.com | Category: SSIS
Rating: |  Discuss |  Briefcase | 3,875 reads

Collecting Query Statistics for SQL Server 2005

With SQL Server 2005 DMVs, we can easily find query performance statistics. Every DBA has a favorite script to find query performance stats. I also have one. But, are all the queries captured by the DMVs? In this tip I will walk through capturing some of this data and show what is capture and what is not captured by the DMVs.  Read more...
By Additional Articles 2009/10/05 | Source: MSSQLTips.com | Category: statistics
Rating:  Rate this |  Briefcase | 1,807 reads

Using Transfer Error Messages and Transfer Master Stored Procedures Tasks in SSIS

DBA's can use the Transfer Error Messages and Transfer Master Stored Procedures tasks to transfer error messages and stored procedures between difference SQL Server instances.  Read more...
Rating:  Rate this |  Briefcase | 592 reads
Previous headlines

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 2009/10/02 (first published: 2008/08/19) | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 44,039 reads

SQL Server 2008 Failover Clustering

This white paper complements the existing documentation on planning, implementation, and administration of a SQL Server 2008 failover cluster, which can be found in Microsoft SQL Server 2008 Books Online. There are links to relevant existing content throughout the paper, which is intended primarily for a technical audience. This white paper covers failover cluster architecture and concepts for Windows Server (2003 and 2008) and SQL Server 2008; installation of a SQL Server 2008 failover cluster; upgrades and updates to SQL Server 2008 failover clustering; and maintenance and administration of SQL Server 2008.  Read more...
By Additional Articles 2009/10/02 | Source: SQLCAT | Category: Clustering
Rating: (not yet rated)  Rate this |  Briefcase | 1,804 reads

Migrating SQL Server Databases - The DBA's Checklist (Part 3)

The final part of the series will examine full text catalogs and indexing, database collation, service broker considerations, encryption and high availability.  Read more...
By Additional Articles 2009/10/02 | Source: SQL Server Performance | Category: Migration
Rating: (not yet rated)  Rate this |  Briefcase | 1,940 reads

Effective Dating Series Part I - The Problem

What are the benefits of Effective Dating and what problems does it solve?  Read more...
By Sam Bendayan 2009/10/01 | Source: SQLServerCentral.com | Category: Effective Dating
Rating: |  Discuss |  Briefcase | 5,895 reads

Explore XML Data Type in SQL Server

SQL Server 2005 and 2008 provide native XML data type and provides extensive support for XML data processing. The easy conversion from XML to a relational table provides a way for set-based updates based on user input.   Read more...
By Additional Articles 2009/10/01 | Source: Database Journal | Category: XML
Rating:  Rate this |  Briefcase | 2,401 reads

Generating SQL Scripts using Windows PowerShell

In a previous tip on SQL Script Generation Programmatically with SMO, you've seen how you can use SMO to generate SQL scripts programmatically. In this tip I will cover how to generate scripts using Windows PowerShell.  Read more...
By Additional Articles 2009/10/01 | Source: MSSQLTips.com | Category: powershell
Rating: (not yet rated)  Rate this |  Briefcase | 2,403 reads

TSQL Challenge #14

A new challenge is up. See if you are up for the task of identifying the longest sequence of characters in a string before Oct 12  Read more...
By Press Release 2009/10/01 | Source: Other | Category: T-SQL Challenges
Rating:  Rate this |  Briefcase | 2,474 reads
 
From the SQLServerCentral Blogs

Eliminating Empty Output Files in SSIS

So you’ve got some packages that regularly extract data to one or more text files, but you know that from...  Read more...
By Tim Mitchell 2009/10/05 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 447 reads
Question of the Day

DDL Rollback

By Hari Sharma 2009/10/05 | Category: Rollback
Rating: (not yet rated) |  Discuss |  Briefcase | 1,675 reads
What will be the output of below script? (Please don't run the query in Query Analyzer).


CREATE TABLE T
(
ID int NOT NULL,
Code varchar(10) NULL
)
INSERT INTO T
SELECT 1,'AAAA'
GO
---------------------------------
BEGIN Tran...  Read more...
Top Members (last 30 days)
# Name Score Level
30 days All-time
1.
Silverfox
993 1437 Ten Centuries  
2.
Cédric Dolain
738 912 SSC Eights!  
3.
chhoton.laha
575 575 Mr or Mrs. 500  
4.
Jeff Moden
416 17719 SSChampion  
5.
Vasanth Sivakumar
396 406 SSC-Addicted  
Latest forum posts

By | Oct 05, 2009
Posted to
    follow me on Twitter