September 2008
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
August 2008
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
August 2008
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
July 2008
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
May 30, 2008
Idera writes in about SQL Server Magazine's April 2008 backup compression product review.
SQL Server Magazine
June 2008
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
January 25, 2008
The redesign of SQL Server Magazine is getting mixed reviews.
SQL Server Magazine
January 2008
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
December 2007
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
December 2007
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
November 2007
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
October 24, 2007
If you often need inventory information about the remote computers you manage, check out Computer_Inventory.vbs. With this script, all you need to do is create an input file, run the script, then query the database that the script creates.
Windows IT Pro
October 2007
With this reporting tool, users are happy because they can obtain custom AD reports and administrators are happy because they have more time to tend to other tasks.
Windows IT Pro
October 2007
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
September 2007
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
September 2007
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
September 2007
SQL Server Magazine
August 2007
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
August 2007
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
July 2007
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
Add these Headlines to your Website