Even More Fun Exporting Data With PowerShell

Earlier, we discussed using PowerShell to import data from a spreadsheet into SQL Server using a method described here. Now, we want to do the exact reverse – export the data from SQL Server to a spreadsheet using PowerShell. As you’ll notice in the linked post, it uses the ImportExcel module. Well, we’re going to…… Continue reading Even More Fun Exporting Data With PowerShell

Have Fun Gathering Data to Excel Using More Tools

In our last blog post – seen here – I showed one way of getting data into an Excel spreadsheet. If you attempted it, you saw how many clicks there. There’s lots of clicking with the wizard. https://www.youtube.com/watch?v=bWq4HR69enc Clickety-clickety Now, let’s try doing it a different way. First, let’s open up the one tool that…… Continue reading Have Fun Gathering Data to Excel Using More Tools

More Fun Inserting Data with PowerShell

Up until now, we’ve talked about various ways to insert data into SQL Server using SSMS. If somehow you missed out on the excitement, you can revisit those posts at: More Fun Inserting Data Using WizardsMore Fun Inserting Data using ValuesQuick and Simple Inserts Those ways work great if you’re inserting one tab of an…… Continue reading More Fun Inserting Data with PowerShell