Tag Archives: powershell

Moving Tasks with Copy-SqlJob

More dbatools experimentation for me. This is a great set of Powershell cmdlets that solve simple, handy problems. In this post, I want to look at Copy-SqlJob, which will allow me to easily move jobs from one instance to another. … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Hey Posh, Are My Services Running?–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. In a previous post, I looked at escaping strings. The reason I needed to do this was that I … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Validating a Set of Database Scripts using DLM Automation

The basis of all the DLM Automation from Redgate is a series of PowerShell cmdlets. They might look intimidating or confusing, but they aren’t. This is part of a series of posts that examine how you use each one. Previously … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Validating a Set of Database Scripts using DLM Automation

Quick PoSh Kills with Stop-DbaProcess

I’ve been trying to get used to using the dbatools cmdlets in PoSh. They help me learn some PowerShell, but they also make some things easier. As a part of my practice, I’m documenting the various items I’ve played with. … Continue reading

Posted in Blog | Tagged , , | Comments Off on Quick PoSh Kills with Stop-DbaProcess