For those of you attending my presentation at TechEd North America today, here’s the scripts that we’ll be going through: http://SQLvariant.com/BlogSupport/PoShDirtyDozen/TechEdDozen.zip
SQL Server 2012
I’m speaking at TechEd!
I’ve been meaning to post this for months but I’ve been a bit busy. Better the day before than never right? I’m Speaking at TechEd!!!! ![]()
In addition to speaking Tuesday morning, I will be answering questions at the SQL Server booths (there’s 12 of them):
Monday from 12-2 and again from 5:30 – 7:30
Tuesday from 3 – 5
Wednesday 10:30 – 1
Thursday 10:30 – 1
If you’re at the conference and you have questions about SQL Server (especially if they involve PowerShell) I hope you’ll stop by!
P.S. The easiest way to find where the SQL Server booths are is to head over to the Porsche the Visual Studio team is giving away.
Resources for my SQL Server PowerShell Extensions webcast
I did another webcast for the Secrets of SQL Server webcast series today. In the today’s webcast we built on some things I had demoed in a prior webcast and showed how PowerShell in conjunction with SQLPSX can really help you solve some common problems DBAs face.
I showed how you could pull size and free space information from all of your data files, then used the same technique to pull size information from all of your tables across every database on an instance. Later we created a database and some tables, and then showed how to do some basic login comparisons, all with SQLPSX.
In addition, we stored the results of the frees pace and table size information in a database using the Out-DataTable and Write-DataTable functions. Finally we wrapped up with a quick demo on how the new SQL Server cmdlets inside of the SQLPS Module in Denali combined with some new functionality in PowerShell v3 CTP1 can really make backing up a database with PowerShell a lot easier.
Here’s what you’ll need to recreate today’s demos;
- Download and install SQLPSX
- The Out-DataTable function from the TechNet script repository
- The Write-DataTable function from the TechNet script repository
- and these scripts
- Oh, and here are the handful of slides that I had
I hope I see you next week at the PASS Summit or next month during another webcast, this time on customizing your own functions to work with the SMO.