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/05/07 to 2008/05/14

The Lighter Side - Life is like an analogy

Longtime SQL Server author and expert David Poole takes a break from SQL Server to bring us a few life lessons for software development.  Read more...
By David Poole 2008/05/14 | Source: SQLServerCentral.com | Category: Career
Rating: |  Discuss |  Briefcase | 6,267 reads

Essential Steps for the Integrated Enterprise Data Warehouse, Part 2

This article describes what the dimension manager and fact provider do, and how to configure business intelligence tools to use the integrated EDW.  Read more...
By Additional Articles 2008/05/14 | Source: DMReview | Category: Data Warehousing
Rating:  Rate this |  Briefcase | 1,487 reads

Modifying Microsoft Access Linked Tables from SQL Server

In a previous tip we saw how easy it was to link to SQL Server tables from Microsoft Access. As is the case with all systems, how does Access manage the changes? What happens when you modify the structure of the underlying SQL Server table? What happens to the SQL Server table if you delete the linked table in Access? We will look at each of these situations in this tip.  Read more...
By Additional Articles 2008/05/14 | Source: MSSQLTips.com | Category: Access
Rating:  Rate this |  Briefcase | 1,996 reads

The SQLServerCentral.com Party - 2008

Steve Jones talks a bit about the upcoming SQLServerCentral.com event at the 2008 PASS Summit and asks for some ideas.  Read more...
By Steve Jones 2008/05/14 | Source: SQLServerCentral.com | Category: SQLServerCentral.com
Rating: (not yet rated) |  Discuss |  Briefcase | 609 reads

The Top Ten Reasons to Attend the PASS Summit 2008

The PASS Summit is being held in Seattle on November 18-21, 2008. Read about a few of the reasons that you might want to ask your boss if you can go.  Read more...
By Steve Jones 2008/07/02 (first posted: 2008/05/01) | Source: SQLServerCentral.com | Category: SQLServerCentral.com
Rating: |  Discuss |  Briefcase | 3,630 reads

SQL Server Management Studio Reports and Dashboard

This article examines the built in reports called SQL Server Management Studio Reports and an additional add-on called Performance Dashboard.  Read more...
By Additional Articles 2008/05/13 | Source: Database Journal | Category: Management Studio
Rating:  Rate this |  Briefcase | 3,730 reads

Essential Steps for the Integrated Enterprise Data Warehouse, Part 1

This article provides guidance to what an integrated EDW is and what design elements are needed to achieve integration.  Read more...
By Additional Articles 2008/05/13 | Source: DMReview | Category: Data Warehousing
Rating:  Rate this |  Briefcase | 1,838 reads

PIVOT working incorrectly?

One developer's journey through PIVOTing incorrectly.  Read more...
By Ryan Clare 2008/05/13 | Source: SQLServerCentral.com | Category: pivot
Rating: |  Discuss |  Briefcase | 5,954 reads

Moving Databases

SQL Server trainer and longtime expert, Andy Warren brings us a great article on one basic skill that every DBA should know.  Read more...
By Andy Warren 2008/05/12 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 10,163 reads

Professional SQL Server 2005 Integration Services

A short review of the WROX red covered book that looks at Integration Services for the DBA.  Read more...
By Steve Jones 2008/05/12 | Source: SQLServerCentral.com | Category: Book Reviews
Rating: |  Discuss |  Briefcase | 2,402 reads

Screencast: SQL PerfMon counters for buffer manager

SQL Server MVP Kevin Kline focuses on PerfMon counters for SQL Server and shares best practices for tracking IO intensive access methods and buffer manager activity.  Read more...
By Additional Articles 2008/05/12 | Source: SearchSQLServer | Category: Performance Monitoring
Rating: (not yet rated)  Rate this |  Briefcase | 1,447 reads

Tuning the Performance of Backup Compression in SQL Server 2008

ckup compression is a new feature in SQL Server 2008 that can help provide smaller sized backups and reduce backup time. This document provides guidance related to tuning options for backup performance. All of the information and test results presented here were done specifically by using the backup compression feature of SQL Server 2008; however, they apply broadly to any backup scenario whether backup compression is used or not  Read more...
By Additional Articles 2008/05/12 | Source: MSDN Communities | Category: Backup and Recovery
Rating: (not yet rated)  Rate this |  Briefcase | 1,005 reads

Worst Practices - Not Using Primary Keys and Clustered Indexes

Two weeks ago Andy started his wildly successful series on Worst Practices. This week he continues that series discussing why failing to use primary keys and clustered indexes are worst practices. Agree or disagree, read the article and join the discussion. One thing you'll have to admit, reading an article by Andy is a lot more interesting than reading Books Online!   Read more...
By Andy Warren 2008/05/09 (first posted: 2003/11/10) | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 60,850 reads

Scalability and Goal Testing for Developers

Often developers are tasked with not only developing functional code, but also with ensuring that the code they develop scales well and performs in the application environment.  Read more...
By Additional Articles 2008/05/09 | Source: DevX | Category: Scalability
Rating: (not yet rated)  Rate this |  Briefcase | 1,346 reads

Undocumented Extended and Stored Procedures

Some useful undocumented extended and stored procedures in SQL Server 2005  Read more...
By Timothy A Wiseman 2008/05/09 | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 12,101 reads

Using XML to pass Multi-Select parameters from SSRS to SQL Server

How to use XML to pass Multi-Select parameters from Reporting Services to SQL Server.  Read more...
By Wayne Sheffield 2008/05/08 | Source: SQLServerCentral.com | Category: Reporting Services
Rating: |  Discuss |  Briefcase | 3,995 reads

Best Practices for Troubleshooting Slow Running Queries

In this article we will share some of the common reasons for slow-running queries and what your approach should be for identifying and fixing them.   Read more...
By Additional Articles 2008/05/08 | Source: SQL Community | Category: Performance Tuning
Rating:  Rate this |  Briefcase | 6,991 reads

Testing SQL Stored Procedures Using LINQ

The need to test a program that accesses and manipulates a back-end SQL Server® database is very common. In many such cases, the application interacts with the back-end data through the use of SQL stored procedures. In this type of scenario, you can think of the stored procedures as auxiliary methods of the system under test; and they must therefore be tested just like any other module in the system.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 3,141 reads

Constructing XML using 'FOR XML'

Over the past few years, software developers have used various kinds of technologies to retrieve data from relational databases. SQL Server 2000 is the first Microsoft DBMS to fully support XML. In this article the author concentrates on the FOR XML clause in SQL Server versions, 2000 and 2005. Click on title for more  Read more...
By Additional Articles 2008/05/07 | Source: SQL Server Universe | Category: XML
Rating:  Rate this |  Briefcase | 1,864 reads

Slowly Changing Dimensions in SQL Server 2005

This article explores the options available in SQL Server 2005 for Slowly Changing Dimensions.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 2,293 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 | 13,480 reads