Recent Posts

ServerName

2 minute read

I often use the @@SERVERNAME function to get the ServerInstance that I’m working on in t-SQL queries. Although I have read the warnings from Microsoft many t...

Winget

4 minute read

Here a very small item for my own convenience, but I hope it is helpful to others too.

PowerShell Module Build in Dev Container

4 minute read

In my earlier post I already mentioned that a next step I want to take is to have the module run in a Dev Container. For the official documentation on what a...