Tag Archives: SQLNewBlogger

PowerShell $env Variables

I was playing with containers the other day, reading a Simple Talk article on the topic, and noticed the code in PowerShell (PoSh) used the $env:xx syntax for variables. I know I’ve seen this before, but for some reason this … Continue reading

Posted in Blog | Tagged , , | Comments Off on PowerShell $env Variables

DevOps Basics–Staging and Committing Changes

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is also a part of a basic series on git and how to use it. In the course … Continue reading

Posted in Blog | Tagged , , , | Comments Off on DevOps Basics–Staging and Committing Changes

SSoL–Elevating Privileges

I don’t think most of us need to know Linux, but if you end up managing a system, it’s good to have a little idea of how to get around. This is a short series of posts as I remember … Continue reading

Posted in Blog | Tagged , | Comments Off on SSoL–Elevating Privileges

Move a Stored Procedure to a New Schema–SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. One of the things I needed to do recently was move an object. I was testing the WideWorldImporters database … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Move a Stored Procedure to a New Schema–SQLNewBlogger