SQL Server Management Objects - An Update

So, after previous post called "Adventures with SQL Server Management Objects", I decided to take a step back and see if I could improve my code. I wasn't happy with the while(true) loop, as if the developer…

Adventures with SQL Server Management Objects

Recently, I had an issue where I needed to be able to trigger a SQL Server Job from a Console Application. Now initially, I had the knee-jerk reaction of hitting the good ol' ADO.Net SQL Libraries, to invoke my…