Powershell till you drop

Ok, well I’ve been very busy again and released 3 new PS vids today.  There’s one on dropping tables.  I use regex to make this happen, so even if you’re not interested in dropping tables, you can come learn how to do a simple regex. http://midnightdba.itbookworm.com/VidPages/PowershellDropTables/PowershellDropTables.aspx http://midnightdba.itbookworm.com/VidPages/PowershellDropTables/PowershellDropTables.wmv   The next one is on truncating tables.  … Continue reading Powershell till you drop

Get IP and DNS in Powershell

Hey guys, I posted a new video last night on how to get IP and DNS info from your servers.  I know there are more ways to do it so if you guys have a way you like better send it to me and I’ll make another vid. http://midnightdba.itbookworm.com/VidPages/PowershellGetIPandDNS/PowershellGetIPandDNS.aspxhttp://midnightdba.itbookworm.com/VidPages/PowershellGetIPandDNS/PowershellGetIPandDNS.aspx  

Hey, how about some new Powershell vids?

I’ve been a busy little guy this week.  I’ve posted 4 new videos. The first one is on cycling the SQL error log from Powershell.  Well, not really, you’re really deploying the solution to other boxes using Powershell. You can see it here: http://midnightdba.itbookworm.com/VidPages/PowershellCycleErrorLog/PowershellCycleErrorLog.aspx The next one is about reading the SQL error log from Powershell. You … Continue reading Hey, how about some new Powershell vids?

Changing Job Step Properties in Powershell

I read a blog today from my good friend @SirSQL (Nic Cain) where he was talking about how to change retry attempts on all the jobs on a server. Well, technically it’s the job steps that have the retry attempts, not the jobs themselves. And whenever I see something like this, my fabulously huge MCM … Continue reading Changing Job Step Properties in Powershell