Reader to Reader


105 results found for Reader to Reader, displaying items 1 - 20

Don't Let Poison Messages Kill Processing in SQL Server 2005's Service Broker This article is only available to registered users.  Sign up now and get instant access!

Here's a solution you can use when you need to disable XML validation yet have Service Broker continue processing when it encounters a poison message.

SQL Server Magazine

Three-In-One Database Maintenance Solution This article is only available to registered users.  Sign up now and get instant access!

MaintenanceSolution.sql lets you easily back up databases, check their integrity, and optimize indexes. This script is set up so that you can perform each task independently on the databases you specify.

SQL Server Magazine

Quickly Find Your Worst-Performing T-SQL Statements This article is only available to registered users.  Sign up now and get instant access!

Here's a stored procedure that lets you quickly and easily produce customized reports showing the poorest-performing T-SQL statements that were run against your SQL Server 2008 and SQL Server 2005 databases.

SQL Server Magazine

Track Database Disk-Space Usage on a Granular Level This article is only available to registered users.  Sign up now and get instant access!

The SpaceUsedAnalyzer stored procedure provides detailed information on how much space is being used by tables and their indexes so that you can manage disk space more efficiently.

SQL Server Magazine

Modify Words (and Not Strings) in Tables This article is only available to registered users.  Sign up now and get instant access!

Need to change the word "Bikes" to "Trucks" without modifying "SuperBikes" to "SuperTrucks" or perform another word-replacement operation? This user-defined function (UDF) will do the trick.

SQL Server Magazine

Update Rows in Large Tables Without Locking Out Users This article is only available to registered users.  Sign up now and get instant access!

You can use the TOP clause to limit the transaction size, but there's a trick to using it: You need to keep track of which rows have already been updated so that you don’t update them a second time. Here's how to keep track of the rows.

SQL Server Magazine

Evaluate Index Usage in Databases This article is only available to registered users.  Sign up now and get instant access!

Here's a T-SQL stored procedure that you can use to identify tables without indexes, indexes that aren't being used, and indexes that aren't being used efficiently.

SQL Server Magazine

Find Weak Database Passwords This article is only available to registered users.  Sign up now and get instant access!

Use this password-cracking tool to check the complexity of the passwords being used for SQL Server database logins.

SQL Server Magazine

Get Rid of Gaps in Numerical Sequences This article is only available to registered users.  Sign up now and get instant access!

Although companies might want integer sequences in database applications to be gapless, gaps occur frequently. Here's a solution that you can use to eliminate existing and avoid new gaps.

SQL Server Magazine

Use a Stored Procedure to Move User Tables Between File Groups This article is only available to registered users.  Sign up now and get instant access!

Here's a T-SQL stored procedure that finds and moves the clustered-indexes user tables you specify from old file groups to new file groups.

SQL Server Magazine

Find and Replace Keywords in Stored Procedures This article is only available to registered users.  Sign up now and get instant access!

Having to modify stored procedures when an object name changes can be tedious. Here's a T-SQL stored procedure that eliminates the tedium from this task.

SQL Server Magazine

Find Any String in Any SQL Code in Any Database This article is only available to registered users.  Sign up now and get instant access!

This T-SQL stored procedure searches all the databases on your server for the string you specify and returns a list of the objects that contain it.

SQL Server Magazine

Nifty Ways to Use FOR XML PATH Concatenation This article is only available to registered users.  Sign up now and get instant access!

No temporary tables or table variables are needed to perform FOR XML PATH concatenation, so the resulting query is not only fast but also high performing.

SQL Server Magazine

Adventures with Big Data: How to Import 16 Billion Rows into a Single Table This article is only available to registered users.  Sign up now and get instant access!

If you have a lot of data to import into or export out of a SQL Server table, here are some tips that can save you a lot of time and aggravation.

SQL Server Magazine

Take the Drudgery Out of Making Sure Your Databases Are Being Backed Up Properly This article is only available to registered users.  Sign up now and get instant access!

Ensuring that databases are being backed up properly is an important but time-consuming task, especially for DBAs who manage multiple servers and databases. The sp_ShowBackups stored procedure makes this task quick and easy.

SQL Server Magazine

2 Stored Procedures to Tune Your Indexes This article is only available to registered users.  Sign up now and get instant access!

If you have to perform a full index analysis, here are two T-SQL stored procedures you can use to get detailed information about the indexes in a single table or an entire database.

SQL Server Magazine

Create Calculated Members That Are Elegant and Perform Well

It's not uncommon for MDX programmers to create an elegant calculated member, only to discover that it's so slow that it can't be used in queries against a full data set. Learn why performance problems can occur and ways to work around those problems.

SQL Server Magazine

Stored Procedure Documents Scheduled Jobs in SQL Server

Using SQL Server Management Studio (SSMS) to document job schedules involves a lot of mouse-clicking and cutting and pasting. You can avoid all that hassle by using the sp_ShowJobSchedules stored procedure.

SQL Server Magazine

T-SQL Function Finds Almost Any Kind of Date

This user-defined function is flexible and easy to maintain because it uses a matrix and simple math to locate the date you need.

SQL Server Magazine

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.

SQL Server Magazine

Add these Headlines to your Website



     [1]  2  3  4  5  6   next page 




 

ADS BY GOOGLE