Inside SQL Server


106 results found for Inside SQL Server, displaying items 1 - 20

Further Explorations in Plan-Cache Metadata This article is only available to subscribers.  Sign up now and get instant access!

Uncover more valuable metadata that can aid you in troubleshooting and performance-tuning your queries.

SQL Server Magazine

Column Statistics Give the Optimizer an Edge This article is only available to subscribers.  Sign up now and get instant access!

Column statistics—statistics on unindexed table columns—complement index statistics and give the optimizer additional information to use in determining the most efficient query plans.

SQL Server Magazine

Examining XML Plans in Cache This article is only available to subscribers.  Sign up now and get instant access!

A large plan cache can seriously impact performance. By using plan-cache metadata in SQL Server 2005, you can analyze any user query without actually running the query and avoid expensive queries by comparing many plans at once.

SQL Server Magazine

A Brief History of Plan Caching in SQL Server This article is only available to subscribers.  Sign up now and get instant access!

Changes in plan caching over successive versions of SQL Server affect its memory usage.

SQL Server Magazine

Managing Plan-Cache Size This article is only available to subscribers.  Sign up now and get instant access!

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.

SQL Server Magazine

Making the Most of Automatic Statistics Updating This article is only available to subscribers.  Sign up now and get instant access!

Tune performance by using UPDATE STATISTICS and trace flags to improve the quality of index statistics by ensuring they’re regularly updated.

SQL Server Magazine

Combining SQL and TEMPLATE Plan Guides This article is only available to subscribers.  Sign up now and get instant access!

By using both TEMPLATE plan guides, which enable autoparameterization, and SQL plan guides, which let you specify many query-processing hints, you can optimize query performance.

SQL Server Magazine

Controlling Parameterization This article is only available to subscribers.  Sign up now and get instant access!

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.

SQL Server Magazine

Query Elements That Preclude Autoparameterization This article is only available to subscribers.  Sign up now and get instant access!

By default, SQL Server 2005 will not autoparameterize queries containing the constructs in this list.

SQL Server Magazine

Help for Query Hints This article is only available to subscribers.  Sign up now and get instant access!

SQL Server 2005 plan guides let you instruct the optimizer about when to use a particular hint, to boost a query's performance—but you should use them sparingly.

SQL Server Magazine

Help with Examining Parallel-Query Plans This article is only available to subscribers.  Sign up now and get instant access!

Here's how to simulate multiple processors by changing a setting in SQL Server Configuration Manager, so that you can examine plans for parallel queries.

SQL Server Magazine

The XML Query-Plan Treasure Trove This article is only available to subscribers.  Sign up now and get instant access!

Viewing SQL Server 2005 query plans in XML format gives you more-detailed insights into query performance, and Microsoft's free XML Notepad 2007 tool makes such plans easier to read.

SQL Server Magazine

A Look Back at SQL Server Magazine’s Beginnings This article is only available to subscribers.  Sign up now and get instant access!

Kalen Delaney, whose Inside SQL Server column has been an integral part of SQL Server Magazine since the first issue, reminisces about the magazine’s origins.

SQL Server Magazine

Use Missing-Index Groups for Query Tuning This article is only available to subscribers.  Sign up now and get instant access!

Identify and implement missing-index groups to tune your queries, and use SQL Server 2005's XML Showplan output feature to examine detailed missing-index information.

SQL Server Magazine

Uncovering Missing Indexes This article is only available to subscribers.  Sign up now and get instant access!

Investigate the metadata that SQL Server 2005 dynamic management objects provides about missing indexes and use that information to improve query performance.

SQL Server Magazine

Subtle Changes You Might Have Missed This article is only available to subscribers.  Sign up now and get instant access!

Some SQL Server behaviors change in subtle ways from version to version. Learn about three such changes that might surprise you.

SQL Server Magazine

Single-Table Joins in Query Plans This article is only available to subscribers.  Sign up now and get instant access!

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.

SQL Server Magazine

Triggers and the Version Store This article is only available to subscribers.  Sign up now and get instant access!

SQL Server 2005 optimizes the use of version-store data with triggers, but you'll need to watch tempdb's size when using triggers combined with snapshot isolation.

SQL Server Magazine

The Hidden Costs of Row-Level Versioning This article is only available to subscribers.  Sign up now and get instant access!

Row-level versioning can stress your tempdb database—but you can mitigate the increased demand by monitoring tempdb usage using SQL Server 2005 tools.

SQL Server Magazine

Why Learn About Internals? This article is only available to subscribers.  Sign up now and get instant access!

The more you know about SQL Server's inner workings, the better-equipped you'll be to troubleshoot problems and administer your databases efficiently.

SQL Server Magazine

Add these Headlines to your Website



     [1]  2  3  4  5  6   next page