One cool thing that you can do in SQL Server that a lot of people don’t know about is run PowerShell code from a SQL Agent job. However, I recently ran into a problem when trying to schedule a SQL Agent job to run a PowerShell script. The script is fairly simple, it…
The post Calling PowerShell From SQL Agent Gives Syntax Error appeared first on SQL Nuggets.