SQL Server Magazine January 2007

[Features]
Start with this stored procedure for tracking 15 commonly monitored checkpoints--and build on it by adding your own checks.
By Dan Sawyer
Learn coding techniques to create a virtual auxiliary table of integers that you can use in T-SQL queries.
By Itzik Ben-Gan
Intimidated by the prospect of migrating from DTS to SSIS? Now that SQL Server 2005 is more than a year old, the process is fairly well documented. But here's how to accomplish a truly effective migration
By Erik Veerman
[Editorial]
Does it seem like Microsoft keeps releasing the same SQL Server editions with different names? SQL Server 2005 Compact Edition is similar to its predecessors, but the new name isn't the only change in this latest release.
By Michael Otey
[Inside SQL Server]
In SQL Server 2005, a single-table query can show as a join operation in a query plan, even when no JOIN operator is specified. Learn more about how the optimizer treats such queries, by using either a nonclustered index or multiple indexes on a table.
By Kalen Delaney
[Solutions by Design]
By using the Master Data Management approach to integrate data into a single, trusted source, you'll be able to capitalize on missed business opportunities.
By Michelle A. Poolet
[New Products]
Check out new and improved SQL Server-related products.
By Blake Eno
[SELECT TOP(X)]
SQL Server logs can make troubleshooting problems simpler—if you know where to look. Here are 5 SQL Server 2005 log files that might come in handy.
By Michael Otey
[Tool Time with Kevin Kline]
Security guru Chip Andrews was frustrated by the need to repeatedly button up SQL Server 2000 security holes. To ensure a fast, effective way to reduce security risks, he created Lockdown.sql, a simple T-SQL script that no DBA should be without.
By Kevin Kline
[Review]
Can a third-party T-SQL editor match the performance of SQL Server's native tools? That's what our reviewer set out to discover.
By Mike Campbell
[Cover Story]
The winners of this year's SQL Server Magazine Innovators contest epitomize ingenuity, developing fresh solutions to business problems ranging from change management to scheduling overtime.
By Dawn Cyr , et al.
[Industry Briefings]
Our editors share insights from their conversations with DataDirect, CA, and Symantec.
By Editors
[PTO for the Rest of Us]
Welcome to our new performance-tuning column, your essential source of foundational, need-to-know information to keep you up to speed.
By Brian Moran
|