Tag Archives: powershell

Using a PoSh variable in a string- #SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is something I haven’t quite understood or used often, but I’ve been aware of it and wanted to … Continue reading

Posted in Blog | Tagged , , | Comments Off on Using a PoSh variable in a string- #SQLNewBlogger

Exporting a Table to CSV in PoSh–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I saw someone struggling with exporting some data from a table in a CSV, and decided to give it … Continue reading

Posted in Blog | Tagged , | Comments Off on Exporting a Table to CSV in PoSh–#SQLNewBlogger

Arrays in PowerShell–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This isn’t necessarily an expert post, but more a recognition that I learned something. I knew about objects in … Continue reading

Posted in Blog | Tagged , , | Comments Off on Arrays in PowerShell–#SQLNewBlogger

Just Getting Specific Files in PoSh–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Just a quick one today, but a tip I hope I remember. While working on a script, I wanted … Continue reading

Posted in Blog | Tagged , , | 1 Comment