Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
<< Previous headlines | Later headlines >>
SQLServerCentral.com Headlines from 2009/11/11 to 2009/11/18

Introduction to Indexes: Part 3 – The nonclustered index

Part 3 of a great series on the basics of indexes. Learn the structure, definition, and how to examine the use of these indexes in your queries.  Read more...
By Gail Shaw 2011/01/21 (first published: 2009/11/18) | Source: SQLServerCentral.com | Category: indexing
Rating: |  Discuss |  Briefcase | 33,067 reads

SQL Server 2008 Build List

The list of builds for SQL Server 2008 updated SP3.  Read more...
By Steve Jones 2012/02/14 (first published: 2008/09/26) | Source: SQLServerCentral.com | Category: sql server 2008
Rating: |  Discuss |  Briefcase | 41,651 reads

Pivoting, Unpivoting and Aggregating

We asked Phil Factor to write a nice simple quick-start guide about aggregation, pivoting and un-pivoting techniques. To do so, he takes us all the way from getting the data from a published source, transferring it to SQL Server, un-pivoting it, storing it in a relational table, aggregating it and finally pivoting the data in a variety of ways.  Read more...
By Additional Articles 2009/11/18 | Source: SimpleTalk | Category: aggregates
Rating:  Rate this |  Briefcase | 3,847 reads

Raw Materials - Mediocrity Defended

Somebody Has to Do It, Apparently  Read more...
By Larry Gonick 2011/09/29 (first published: 2009/11/18) | Source: SQLServerCentral.com | Category: raw materials
Rating: |  Discuss |  Briefcase | 10,113 reads

SQL Server 2008 Upgrade Gotchas & Fixes

Preparation for upgrading SQL Server 2005 production database servers to SQL Server 2008, I tested upgrade in dev/test env.  Read more...
By Banyardi Schmardi 2009/11/17 | Source: SQLServerCentral.com | Category: sql server 2008
Rating: |  Discuss |  Briefcase | 8,912 reads

Exceptional DBA Josef Richberg: fighting cancer, but still sharing

Josef Richberg is an exceptional person: The Judges of the Exceptional DBA Award were quickly proved right in their decision to choose him, when he subsequently showed extraordinary resilience and determination in the face of an unexpected diagnosis of cancer. His determination to deal positively with a difficult life-event is surely a source of inspiration to all of us.  Read more...
By Bob Cramblitt 2009/11/17 | Source: SQLServerCentral.com | Category: exceptional dba
Rating: |  Discuss |  Briefcase | 1,087 reads

How to Detach and Attach a SQL Server FILESTREAM Enabled Database

Most SQL Server DBAs have questions about how to detach and attach a FILESTREAM enabled databases. In this tip, we will take a look at the steps Database Administrators need to follow in order to detach and attach a FILESTREAM database once Data, Log and FILESTREAM container files have been moved from the default location to a new location. This tip includes a general explanation of the FILESTREAM technology introduced with SQL Server 2008. This is followed by examples and scripts to detach and attach FILESTREAM enabled database in your environment.  Read more...
By Additional Articles 2009/11/17 | Source: MSSQLTips.com | Category: detach
Rating:  Rate this |  Briefcase | 1,762 reads

REPLACE Multiple Spaces with One

Replacing multiple spaces with a single space is an old problem that people use loops, functions, and/or Tally tables for. Here's a set based method from MVP Jeff Moden.  Read more...
By Jeff Moden 2011/03/18 (first published: 2009/11/16) | Source: SQLServerCentral.com | Category: t-sql
Rating: |  Discuss |  Briefcase | 30,793 reads

TSQL Challenge 17 - Creating cross rows references with inline hyperlinks

Here is a real world scenario I came across on the MSDN forums. The forum poster wanted a method to dynamically create HTML hyperlinks, for keywords/phrases , within the description of the current column text. Enter this challenge and see how your T-SQL skills match up.  Read more...
By Press Release 2009/11/16 | Source: T-SQL Challenges | Category: t-sql challenges
Rating: (not yet rated)  Rate this |  Briefcase | 2,578 reads

Full Text Catalog Configuration in SQL Server 2005 Express Edition

Having concluded our discussion of Reporting Services in SQL Server 2005 Express Edition, we now begin an examination of Full Text Indexing and Search.  Read more...
By Additional Articles 2009/11/16 | Source: Database Journal | Category: sql server express
Rating: (not yet rated)  Rate this |  Briefcase | 1,301 reads

Grant Execute Permissions to Stored Procedures using DDL Triggers

In your development environment if you have locked down permissions for developers, but still need them to execute stored procedures you will need to grant execute rights each time a new stored procedure is generated. In this tip I will show you a way of doing this automatically each time a new stored procedure is created without granting your developers additional permissions.  Read more...
By Additional Articles 2009/11/13 | Source: MSSQLTips.com | Category: security
Rating:  Rate this |  Briefcase | 2,683 reads

Real World Foreach Loop Container example

Describes different uses of the SSIS Foreach Loop container in one practical scenario.  Read more...
By Paul Clancy 2009/11/13 (first published: 2008/02/25) | Category: integration services (ssis)
Rating: |  Discuss |  Briefcase | 36,523 reads

SQL Azure TSQL

SQL Azure is very similar to traditional SQL Server and now supports many standard TSQL commands. This article demonstrates the use of TSQL commands to create SQL Azure objects.  Read more...
By Additional Articles 2009/11/12 | Source: Database Journal | Category: sql azure
Rating:  Rate this |  Briefcase | 3,545 reads

Database defintion from an Excel Spec?

Have you ever been required to create a database with nothing but a specification in Excel?  Read more...
By Ian Hadlington 2009/11/12 | Source: SQLServerCentral.com | Category: excel
Rating: |  Discuss |  Briefcase | 7,260 reads

Best Practices – When Using FILESTREAM Feature of SQL Server 2008

In SQL Server 2008 one can store BLOBs (e.g. Images, video, Word, Excel, PDF, MP3, etc) in the NTFS file system rather than in a database file. This can be done by using the new FILESTREAM feature which was introduced in SQL Server 2008. In this tip we will take a look at some of the best practices which a database administrator can follow to get the best performance when using the FILESTREAM feature of SQL Server 2008.  Read more...
By Additional Articles 2009/11/11 | Source: MSSQLTips.com | Category: filestream
Rating:  Rate this |  Briefcase | 2,995 reads

Introduction to Indexes: Part 2 – The clustered index

In the second part of her series on indexing, MVP Gail Shaw examines clustered indexes. Learn what this index is, how it differs from a heap, and how it can help your queries.  Read more...
By Gail Shaw 2011/01/14 (first published: 2009/11/11) | Source: SQLServerCentral.com | Category: indexing
Rating: |  Discuss |  Briefcase | 38,864 reads