Tag Archives: powershell

My Second Pester Test

I should write about my first one, but I just copied Rob’s test, so that’s not so exciting. Instead, I decided to take his advice and write some code, then decide how I test it. This isn’t really TDD, but … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Automating SQL Clone Creation with PoSh

I think SQL Clone is one of the game changing products from Redgate. This product really fits into a DevOps mindset, allowing me to quickly and easily build (and rebuild) a dev database. While the agent web pages make this … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Automating SQL Clone Creation with PoSh

Installing Pester

One of the things that I believe strongly in is that we need better testing of software. Actually, what we really need is better habits and understanding of how to test our software. I don’t think we need to test … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Finding #dbatools #PowerShell commands

I really like the dbatools project. This is a series of PowerShell cmdlets that are built by the community and incredibly useful for migrations between SQL Servers, but also for various administrative actions. I have a short series on these … Continue reading

Posted in Blog | Tagged , , | Comments Off on Finding #dbatools #PowerShell commands