SQL Server Magazine December 2007

    Options
SQL Server Trends for 2008: What the Future Holds
Make sure your technology and infrastructure investments stay relevant in the months to come. Learn which products will have the tools you need to stay on top of SQL Server development, administration, and business intelligence (BI) challenges in 2008.
  Subscribe
Renew
Master CD
Change Mailing Address
Customer Service
Back Issues
Article Reprints
Group Discounts

Browse Archived Articles By: Issue | Author | Subject | Department |



[Features]

Running SQL Server in a Virtual Server Environment

Find out if virtualizing your SQL Server deployment is the right option for your organization.

Working with Estimated Query Execution Plans

If you want to be able to see the complexity and size of queries, consider implementing estimated execution plans in your organization.




[Columns]

Sharpen Your Basic SQL Server Skills

DBAs get answers to basic Structured Query Language (SQL) questions on the difference between FILLFACTOR = 0 and FILLFACTOR = 100; ISNULL and NULLIF; clustered index and nonclustered index; % used as wildcard and % used as operator; TRUNCATE and DELETE.




[Editorial]

VMs vs. Multiple SQL Server Instances This article is only available to registered users.  Sign up now and get instant access!

Many organizations have adopted running multiple VMs on a single hardware platform as a server consolidation method, but virtualization isn’t the only solution. Find out how virtualization and multiple SQL server instances compare.




[Reader to Reader]

Strim Strips Out Non-Alphanumeric Characters

Although SQL Server offers a variety of string functions, it doesn't have a function that strips out non-alphanumeric characters. Here's a user-defined function to fill that gap.

T-SQL Stored Procedure Creates Trace Tables from Trace Files

LoadTraceFileToTable loads the data from a trace file into a trace table so that you can easily sort and analyze that data.

Tracking for Your SQL Server Agent Jobs This article is only available to registered users.  Sign up now and get instant access!

It used to be difficult to answer questions such as "When was the last time this job was run?" and "What jobs will be affected if we bring down the system for maintenance?" With the cspJobMonitor procedure that's no longer the case.




[Inside SQL Server]

Managing Plan-Cache Size

SQL Server 2005 doesn’t limit plan-cache size but still provides ways to control it. Learn how to keep an eye on cache size and tricks to trim down a bloated cache to improve performance.




[Solutions by Design]

Data Warehousing: Dimensional Role-Playing

Dimensional roles can play many different parts in an accumulating snapshot fact table. Find out how dimensional role-playing can benefit your star schema.




[T-SQL Black Belt]

SQL Server Read-Consistency Problems, Part 1

This two-part series promises to shed some light on the way reads behave in different scenarios, as well as the consistency level you should expect in each scenario.




[New Products]

New Products

Check out new and improved SQL Server-related products.




[SELECT TOP(X)]

SQL Server Virtualization FAQs

Virtualization can prevent server sprawl—but SQL Server workloads can be tricky to virtualize. Here are answers to your virtualization FAQs that can help you tackle this intriguing task.




[Review]

PolyServe Database Utility for SQL Server

HP PolyServe Database Utility for SQL Server offers simplified consolidation and failover for SQL Server but requires careful planning to install.




[Cover Story]

SQL Server Trends in 2008

Learn which Microsoft and third-party products will have the tools you need to stay on top of SQL Server development, administration, and business intelligence (BI) challenges in the coming year.




[Sqlmag.com Community Dialog]

Want to Talk SQL Server? Check out the Sqlmag.com Forums

The SQL Server Magazine forums have been especially lively lately, with a thoughtful exchange about backup and restore and readers’ feedback. Find out how to join the conversation.




[Eye on BI]

Getting MDX to Work in Reporting Services

Annoyed by the fact that SSRS restricts the structure of the MDX queries you’re allowed to write? We've got a workaround or two that can help.