Visual Studio 2005

June 2005

SQL Server 2005 and Visual Studio 2005 are designed to work together. Learn how to take advantage of the teamwork of these new products, how to manage your SQL Server instances proactively, how CTEs can show you the way to transitive closure, and more!

Proactive SQL Server Management

By Kevin Kline

To minimize the time you spend handling database emergencies, use this system of performance baselining, benchmarking, and continuous monitoring.

Beware Compile-Time Degradation When You Use Wide Views

By Brian Moran

You might expect a greater cost when selecting the entire view, but you might be surprised to see the actual difference.

Returning Informational Messages Quickly

By Brian Moran

You can force informational messages to come back immediately by using a RAISERROR statement and choosing the optional WITH NOWAIT keywords.

The Logical Puzzle, June 2005

By Itzik Ben-Gan

Check your answer to May's logic puzzle and try the June puzzle, Measuring Time by Burning Ropes.

Performing Base Conversions

By Itzik Ben-Gan

Flex your T-SQL muscles by learning to write a program that converts a value in a given base to a decimal value.

Running SQL Server in a VM

By Michael Otey

Five tips to maximize SQL Server performance in a VM.

Better Together

By William Sheldon

SQL Server 2005 and Visual Studio 2005 are designed to work together. Learn how you can start developing applications now that will take advantage of the teamwork of these new products.

Analysis Services 2005 Brings You Automated Time Intelligence

By Robert Zare

Even if you're not an expert, Analysis Services 2005 can help you provide automatic, intelligent solutions to common business problems. For example, the time intelligence enhancement lets you easily create time-based calculations.

Extending XML in SQL Server 2005

By Matt Nunn

XML has become the standard format for transporting data. SQL Server 2005 offers native XML support--along with a new XML data type--that offers flexible data storage and gives you new ways to think about application and database design.

Discovering Your SQL Server User Account

By

Microsoft's Gert Drapers gives a stored procedure that tells you whether SQL Server is using the domain account or the local account as its Windows user account.

Another Source of Missing SQL Server Performance Monitor Counters

By Brian Moran

MOM uses the same sql counters that Performance Monitor uses to gather information about your servers. Be sure to stop the MOM service on any server you need to stop SQL Server on.

New Products, June 2005

By Dawn Cyr

Check out new and improved SQL Server-related products.

Transitive Closure

By Lubor Kollar

Sometimes, you want more than the destination; you need to see the road itself. CTEs can show you the way.

Setting Autogrow Properties

By Brian Moran

Find out whether it's better to use a fixed size or a percentage growth when setting the autogrow properties for a SQL Server data file.

When Less Is More

By Michael Otey

Do you want your code done right, or do you want it done right now? It pays to be skeptical of extreme expectations.

Double-Click on a Column to Show a Grid's Full Data Length

By Brian Moran

You can double-click on the end of the column marker and the column will auto-expand to show the full data.

Tracking Recompiles

By Kalen Delaney

Reusing stored procedures can be a good idea, but first you need to learn how to keep track of compilation.

Believe It When Microsoft Tells You Not to Use Undocumented Functions and Behaviors

By Brian Moran

SQL Server has always had nifty undocumented functions that are tempting to use. Starting with SP4, we'll have to change our way of thinking and stop using undocumented and unsupported features in our production code.

Search the Archives

Browse the Archive by:

advertisement

GOOGLE LINKS
SPONSORED LINKS
FEATURED LINKS