• subscribe


Jameel Ahmed

Jameel Ahmed is a senior DBA and analyst at Canaccord Capital. He's worked with SQL Server since 1998 and earned MCDBA and MCAD certifications as well as a bachelor's degree in technology with specialization in database systems.
Email: jameel_ahmed@canaccord.com

My Latest Content
My Latest Comments



Author Articles

Querying Active Directory Records

By Jameel Ahmed, 08/12/2009

Three common methods for querying AD are using a linked server, using an SSIS ADO.NET connection manager, and using an SSIS Script component. But these three methods aren't equal. ...

CLR Stored Procedure Finds Broken Objects

By Jameel Ahmed, 05/15/2009

Stored procedures, user-defined functions, views, and triggers can fail to execute when the objects they reference have been changed. Here's a tool you can use to detect broken ...

Have SQL Server Email You Error Messages Generated by Job Failures

By Jameel Ahmed, 06/21/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 ...