By Gabriela Nanau, 09/10/2009
Using SSIS's WMI Data Reader task, you can collect a lot of useful information about the hardware and software installed on your servers.
By Gabriela Nanau, 09/10/2009
In an SSIS package, you can use a WMI Data Reader task to obtain WMI data from servers. Here's what you need to do to store the task's output in a variable.
By Gabriela Nanau, 06/04/2009
Some refinements to Index_Evaluation_USP make this T-SQL stored procedure more effective and easier to use to identify tables without indexes, indexes that aren't being used, and ...