News

When you're creating automation ... Test-SqlConnection -ServerName 'serverhostname' -DatabaseName 'DbName' -Credential (Get-Credential) Next time your script is failing when you least expect it ...
Knowing how to automate ... source scripts, blog posts and general knowledge related to using it to manage database jobs and beyond. How does the cloud change this? First of all, Azure SQL ...
It's actually possible to tell PowerShell to build a script from the commands that you have already entered at the command line. There is no need to retype the commands that you have been using ...