scheduled job


Invoke-WebRequest under the System Account

Invoke-WebRequest is a versatile Powershell CmdLet. However the way it works behind the scene creates sometimes strange behaviors. As you may aware the HTML parser engine greatly depends on system components and Web Browser such as Internet Explorer. A consequence of such a “design”, is that even on Windows Server […]

Invoke-Web-Request -UseBasicParsing -Uril http://docs.microsoft.com

Automated maintenance for SQL Server Express

One of the drawbacks of using Express Editions of SQL Server is the lack of working SQL Agent Jobs. In particular when you are using Ola Hallengren’s excellent maintenance solution for backups and other maintenance tasks. His FAQ just suggests that you use sqlcmd to execute the stored procedures, but […]