SQL Server Magazine August 2007

    Options
The Year's Best Products: Editors' Choice Awards and The Best of Teched 2007
Sometimes the best way to solve a problem is to find a product that does the job and provides great ROI. But how do you find the right product for the job? Our editors examined all the products we've covered in the past year and highlight their picks.
  Subscribe
Renew
Master CD
Change Mailing Address
Customer Service
Back Issues
Article Reprints
Group Discounts

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



[Focus]

SQL Server Standouts

SQL Server Magazine gives you information about database-related hardware, software, and services in every issue. In our second annual Editors' Choice Awards, we honor the best of the best from all the products we've covered in the past year.

The Best of TechEd 2007

The sixth annual Best of TechEd Awards took place in June and highlighted outstanding products from Microsoft partners. Here are the top SQL Server-related product winners.




[Features]

Decrypt SQL Server Objects

Developers and software vendors use the WITH ENCRYPTION clause to obscure the underlying schema of their products. However, advanced users can still access the code. Here’s a simple do-it-yourself T-SQL algorithm that unlocks encrypted database objects.

Disk Configuration for Failover Clustering

About to implement failover clustering in your environment? One of your most important considerations will be the disk configuration. Here's how to get it right.

What Do You Care About PerformancePoint Server 2007?

Microsoft’s BI manager explains why the company is targeting its new business-performance management application at business decision makers rather than DBAs.




[Editorial]

Too Soon for SQL Server 2008?

Believe it or not, the next release of SQL Server—SQL Server 2008—is right around the corner. But releases aren't necessarily good news for customers.




[Reader to Reader]

How to Recycle a Virtual SQL Server 2005 Machine

This reader’s remote client needed a new virtual SQL Server 2005 machine within 24 hours to test a project release update. Learn how he added this server from 200 miles away.

Reset Identity Values

Use a stored T-SQL procedure called ResetIdentities.sql to globally reset all identity values in a database to their initial seed value.




[Inside SQL Server]

Controlling Parameterization

Two query hints in SQL Server will autoparameterize queries so that query plans can be reused, but you need to keep a close eye on query performance to get the most benefit from these hints.




[T-SQL Black Belt]

Debunking the Myths of Temporary Objects, Part 1

In our effort to uncover the truth about temporary objects and debunk some popular myths, we offer a two-part series that begins by providing a general overview of each temporary object type as well as general recommendations for when to use each.




[SELECT TOP(X)]

SQL Server 2005’s High Availability Options

SQL Server 2005 offers several high availability options to choose among, from clustering to database mirroring and more—here are a few favorites from our SQL Server expert.




[Tool Time with Kevin Kline]

SQL Server 2005 Performance Dashboard Reports

The Performance Dashboard Reports let you easily diagnose performance problems without incurring a lot of overhead.