SELECT *
FROM Posts
WHERE Tags IN ('SQL Agent')

Nov
3
2017

Using tokens in SQL Agent Jobs and renaming output files

This post I want to tell you about an error that just happened to me recently. It’s very silly, but still can make you waste some time trying to find out why. Background…

Continue Reading »