I am working on setting up Zabbix monitoring application to monitor my homelab infra. As a Zabbix data storage, I picked to use PostgreSQL to learn more about PostgreSQL. In the previous post, I ...
There are lots of ways to create MSSQL databases via PowerShell. We could invoke a T-SQL query using the CREATE DATABASE term, we could write some code to use the [Create() method with SMO] or, if ...