Tag Archives: SQLNewBlogger

Tracking Logins with Extended Events

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. I was building a question the other day on Extended Events and needed to build a new session. One of … Continue reading

Posted in Blog | Tagged , , , , | 4 Comments

Running Powershell with Task Scheduler

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. One of the things I needed to do with my SQL Saturday download process was run this automatically. I don’t … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

Ending My Loop in PowerShell Early

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. I was modifying my PowerShell (PoSh) script to download SQL Saturday files recently to not re-download files. However when I … Continue reading

Posted in Blog | Tagged , , | 3 Comments

Test if a File Exists with Powershell

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as#SQLNewBloggers. Awhile back I wrote a PowerShell script (PoSh) to download the SQL Saturday XML files used for the Guidebook application. … Continue reading

Posted in Blog | Tagged , , | 4 Comments