August, 2009
Querying Active Directory Records
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. Learn how they work and why their results differ.
SQL Server Magazine
|
May, 2009
CLR Stored Procedure Finds Broken Objects
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 objects before they cause problems.
SQL Server Magazine
|
June, 2007
Have SQL Server Email You Error Messages Generated by Job Failures
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
|