Tag Archives: powershell

Saving PowerShell Results to the Clipboard–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Working with results and manipulating them is always something I struggle with a bit in PowerShell. I’ve slowly been … Continue reading

Posted in Blog | Tagged , , | 7 Comments

Reading Data from the Command Line in PowerShell–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. In every language I’ve coded in, there is a way to read input from the command line. From INPUT … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Quick CSV Import with dbaTools – #SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Recently I was searching around for some sample data for a project. I stumbled on a CSV of data … Continue reading

Posted in Blog | Tagged , , , | 8 Comments

Unix vs PowerShell

I saw an article on using awk, sed, and grep on Linux. I used to know how to use those, though I was by no means an expert. However, working with a stream of text with an input and output … Continue reading

Posted in Editorial | Tagged | Comments Off on Unix vs PowerShell