SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 
<< Previous headlines | Later headlines >>
SQLServerCentral.com Headlines from 2008/03/19 to 2008/03/26

XML Workshop XVII - Writing a LOOP to process XML elements in TSQL

Jacob Sebastian brings a little more complexity to working with XML documents. Here we learn how to iterate through a document and use each node and perform some action on each one.  Read more...
By Jacob Sebastian 2008/03/26 | Category: XML
Rating: |  Discuss |  Briefcase | 4,683 reads

Interview with Chuck Kelley - Part I

An interview with a data warehousing expert Chuck Kelley with some views about the careers in data warehousing.  Read more...
By Robert Pearl 2008/03/26 | Source: SQLServerCentral.com | Category: Data Warehousing
Rating: |  Discuss |  Briefcase | 1,252 reads

SQL Server Database Requirements

In our organization, I have noticed that database requirements are never included as a portion of the system requirements. The requirements always focus on the interface and we derive the database design from the interface as well as fill in some of the gaps.  Read more...
By Additional Articles 2008/03/26 | Source: MSSQLTips.com | Category: Database Design
Rating: (not yet rated)  Rate this |  Briefcase | 2,041 reads

Data Comparison with Data Dude

In this article Dinesh Priyankara shows how Visual Studio Team Edition for Database Professionals can be used to perform data comparison.  Read more...
By Additional Articles 2008/03/26 | Source: SQL Server Performance | Category: Data Dude
Rating:  Rate this |  Briefcase | 1,438 reads

Column-Store Databases and DW Appliances

With data volumes exploding, conventional enterprise data warehouses are fast running out of headroom. Data warehouse appliances are starting to fill the gap, but the emerging category of column-oriented databases may offer a better option. The key to success is matching your application to the right product.   Read more...
By Additional Articles 2008/03/25 | Source: SearchSQLServer | Category: Data Warehousing
Rating: (not yet rated)  Rate this |  Briefcase | 980 reads

The HierarchyID Datatype in SQL Server 2008

This article examines one of the T-SQL changes coming in SQL Server 2008: The hierarchyID.  Read more...
By J P R 2008/03/25 | Source: SQLServerCentral.com | Category: SQL Server 2008
Rating: |  Discuss |  Briefcase | 6,604 reads

Dynamic Search Conditions

ow to write a stored procedure that permits users to select among many search conditions, using both dynamic and static SQL.  Read more...
By Additional Articles 2008/03/25 | Source: Erland Sommarskog's SQL Page | Category: T-SQL
Rating:  Rate this |  Briefcase | 2,644 reads

Configuring SQL Server 2005 Failover Settings in Windows Server 2003

This article is to discuss a number of important cluster Group and Resource properties that have significant impact on failover behaviors.  Read more...
By Richard Lu 2008/03/25 | Source: SQLServerCentral.com | Category: Clustering
Rating: |  Discuss |  Briefcase | 2,036 reads

SQL Server 2008 security and compliance features reduce security risks

Looking at this from a confidentiality, integrity and availability perspective – the essence of security and compliance – there are quite a few new selling points.  Read more...
By Additional Articles 2008/03/24 | Source: SearchSQLServer | Category: SQL Server 2008
Rating: (not yet rated)  Rate this |  Briefcase | 820 reads

Ready Made Code Snippet Tool Box Courtesy of SCOM

Cracking open the default management packs in SCOM unlock a vast code library for custom automation and monitoring of SQL Server instances.   Read more...
By Scott Abrants 2008/03/24 | Source: SQLServerCentral.com | Category: SCOM
Rating: |  Discuss |  Briefcase | 5,239 reads

Name value pair (EAV) model

Entity-Attribute-Value model (EAV) is used interchangeably with name for name value pair. This article will try to address advantages and disadvantages of EAV modelling  Read more...
By Teshome Asfaw 2008/03/24 | Source: SQLServerCentral.com | Category: Database Design
Rating: |  Discuss |  Briefcase | 1,720 reads

SQL Server 2005 Build List

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

Five steps to designing event handlers in SSIS

Construct event handlers in SQL Server Integration Services (SSIS) for executables. Get the flexibility of Control Flow and Data Flow tabs in Event Handler.  Read more...
By Additional Articles 2008/03/21 | Source: SearchSQLServer | Category: Integration Services
Rating: (not yet rated)  Rate this |  Briefcase | 1,579 reads

The Architecting Magic Behind Taking Mash Ups Offline

While most of the complexity you encounter in synchronization efforts will be unique to your application and infrastructure, synchronization works best when it's designed to be a core feature in each data store.  Read more...
By Additional Articles 2008/03/21 | Source: DevX | Category: Replication
Rating: (not yet rated)  Rate this |  Briefcase | 789 reads

Updated SQL Injection

SQL injection has been a hot topic the last couple years and there are some great articles at SQLServerCentral.com on this topic. Michael Coles brings us an updated look at this SQL Server security issue with some new examples you might not have previously thought.   Read more...
By Michael Coles 2008/03/21 (first posted: 2005/09/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 80,590 reads

Get More Out of SQL Server Reporting Services Charts

This white paper presents general information, best practices, and tips for designing charts within Microsoft SQL Server Reporting Services reports. It provides an overview of some Reporting Services features, answers common chart design and feature questions, and includes advanced examples of how to design better charts.  Read more...
By Additional Articles 2008/03/21 | Source: TechNet | Category: Reporting Services
Rating: (not yet rated)  Rate this |  Briefcase | 1,698 reads

ETL for Free-Form Data

This article demonstrates how to extract, transform and load free-form data into a structured form like a staging table by way of XML conversions.  Read more...
By Michael DeYoung 2008/03/20 | Source: SQLServerCentral.com | Category: ETL
Rating: |  Discuss |  Briefcase | 3,870 reads

SQL Server 2005 Express Edition - Part 18 - Merge Web Synchronization Setup

Part 18 of this series explores several scenarios in which the Merge Web Synchronization can be applied and describes their implementation details.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 764 reads

Using the CASE expression instead of dynamic SQL

I have a lot of SQL update queries where I need to make IF/ELSE types of decisions. I am using a cursor in some cases but looping through thousands of rows for update takes a long time. I also use some dynamic SQL to handle some query parameter decision making. Is there a better alternative?  Read more...
By Additional Articles 2008/03/20 | Source: MSSQLTips.com | Category: T-SQL
Rating:  Rate this |  Briefcase | 4,092 reads

Applying Your Scripts across Multiple SQL Server Databases

This review of RedGate's new SQL Multi Script tool that aids you in deploying a script across multiple databases.  Read more...
By Dinesh Asanka 2008/03/20 | Source: SQLServerCentral.com | Category: Product Reviews
Rating: |  Discuss |  Briefcase | 1,637 reads

Utah Code Camp 2008

If you are near Salt Lake City on April 26th, join in the local Code Camp there.  Read more...
By Additional Articles 2008/03/19 | Source: SQLServerCentral.com | Category: User Groups
Rating: (not yet rated)  Rate this |  Briefcase | 421 reads

CS Techcast 16: Revving Up SQL Server 2008

CStechcast.com brings another podcast episode to the starting line with guest Kalen Delaney. This SQL Server expert and authoritative author of the Inside SQL Server series gives us her take on SQL Server 2008. Find the latest from Kalen Delaney at insidesqlserver.com and SQLCommunity.com.  Read more...
By Additional Articles 2008/03/19 | Source: CSTechCast | Category: Interviews
Rating:  Rate this |  Briefcase | 680 reads

Hubs, Spokes and Buses: How to Get to a Better Data Warehouse

Are you frustrated by the inefficiency, rigidity and latency of a first-generation, hub-and-spoke-architecture data warehouse? Here's a six-step guide to evolving to a streamlined, robust Kimball Dimensional Bus Architecture that will reduce time to reporting, lower data latency, and deliver more detailed, analytically useful information.  Read more...
By Additional Articles 2008/03/19 | Source: Intelligent Enterprise | Category: Data Warehousing
Rating:  Rate this |  Briefcase | 1,452 reads

SQL Server Scalabilty - An Introduction

A brief introduction into the world of scalability, presenting at a high-level the various options  Read more...
By Kev Riley 2008/03/19 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 1,622 reads

XML Workshop XVI - Shaping the XML results

Continuing on with his series, Jacob Sebastian shows how you can shape the query results to a certain pre-defined XML structure in this article.  Read more...
By Jacob Sebastian 2008/03/19 | Source: SQLServerCentral.com | Category: XML
Rating: |  Discuss |  Briefcase | 2,387 reads