Reader to Reader


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

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

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.

SQL Server Magazine

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.

SQL Server Magazine

Enforce Uniqueness Without the Unique Constraint

If you've ever come across the problem of hitting the 900-bytes limitation for unique constraints, you'll want to check out this simple solution.

SQL Server Magazine

T-SQL UDF Quickly Determines How Often a Substring Appears

To determine the number of occurrences of a substring within a string, a user-defined function (UDF) performs a simple arithmetic calculation.

SQL Server Magazine

Take Advantage of Osql and Bcp Without Having to Remember All Their Command-Line Options

Here's a stored procedure that consolidates the basic functions of osql and bcp. Switching between these utilities' output is simply a matter of changing the value of an input parameter.

SQL Server Magazine

Row-Concatenation Solutions Aren't All Equal

A reader's tests reveal that although various row-concatenation solutions produce the same results, the time it takes to get those results can vary significantly.

SQL Server Magazine

Keep Track of Your Backups

The procedure cspBackupListing can list your databases’ most current backups, back up databases with previous backups older than 24 hours, or list all the backups for a database.

SQL Server Magazine

Display Dates in the Format You Need

If you often need to display the current date in different formats, you know that it can take a lot of code and effort. The FormatDate function changes that. By providing just two parameters, you can display any date in the format you need.

SQL Server Magazine

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.

SQL Server Magazine

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.

SQL Server Magazine

Have SQL Server Email You Error Messages Generated by Job Failures

When a SQL Server job fails, SQL Server Agent sends a notification but it doesn't include the error message generated by that job failure. Here's how you can have the error message emailed to you.

SQL Server Magazine

A Clever Way to Connect to a Hidden Named Instance

If you're having trouble connecting to a hidden SQL Server named instance, try adapting the connection string. Here's how.

SQL Server Magazine

Add these Headlines to your Website



     [1]  2  3  4  5   next page