• subscribe


Gabriela Nanau

Gabriela Nanau is the DBA at the Cornerstone Group of Companies in Toronto. She's an MCDBA and MCITP Database Administrator.

Email: gnanau@cstonecanada.com

My Latest Content
My Latest Comments



Author Articles

Use SSIS to Access WMI Data on Multiple Servers

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.

Using a Variable to Store the WMI Data Reader Task's Output

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.

Improving the Index_Evaluation_USP Stored Procedure

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 ...