Stairway to SQL Server Agent - Level 8: Using External programs with SQL Server Agent
One common usage of SQL Server Agent historically has been the ability to shell out to the operating system and run command line programs, using SQL Server Agent primarily as a job scheduler. This article will examine the pros and cons of using the SQL Server 2008 & 2008 R2 Powershell subsystem versus the CmdExec subsystem to perform tasks in the Operating System.
2019-03-26 (first published: 2011-12-28)
6,817 reads