Powershell: Getting familiar with SQL Querying (Take Two)
Edit: I was lucky enough to have a fellow redditor point out that I had made a mistake after my initial post. (Thanks /u/Lee_Dailey!). There were two primary mistakes I made with the first version of this script. 1. Can't query a database without first building a connection object. (Yeah that might be helpful!) 2. My syntax used for building my query string was incorrect. That said, here's an updated post :). Before I begin, I recently realized that I need to start being more organized at work and with my posts. The reason is because I'm finding that it is becoming increasingly difficult to choose a topic for a post and that I am very disorganized. To address this, I've created an "itinerary" for my next three posts. Once I've made it through these three posts, I'm going to re-evaluate and see if any tweaks are needed. Additionally, I'm going to be categorizing my posts so any potential readers can tell whether or not it's relevant be...