SQL Server Magazine January 2006

[Feature]
The getMaxResourceConsumeSessions stored procedure lets you quickly identify the sessions that are consuming most of a SQL Server machine's resources.
By Eli Leiba
Because of the COM technology behind scripting objects, scripts don’t get access to any constants’ values embedded in those objects. Here are several ways to obtain those crucial values.
By Alex K. Angelopoulos
This handy script takes the hassle out of multiple-server shutdowns by shutting down groups of servers sequentially and verifying that they've actually shut down and restarted.
By Dick Lewis
Get up to speed on the powerful WSH script-execution environment and the file types it uses.
By Bill Stewart
[Reader to Reader]
If you use the CScript script host often, you’ll want to check out the checkengine subroutine. This subroutine determines the script host currently being used and automatically changes it to CScript if necessary.
By James Lim
[Rem]
Get answers to your scripting questions.
By Bill Stewart
[Snippets to Go]
This simple VBScript function lets you write a string to a file without making you jump through hoops.
By Various Authors
|