The PowerShell community is a treasure trove of amazing modules and scripts that you can find online and use in your day-to-day operations. It doesn't matter the platform or the purpose, there is ...
Automation software company Puppet Labs has launched a range of new products to manage Windows environments. The new Puppet Supported Microsoft SQL Server module, which enables admins to quickly ...
Sometimes you become the accidental DBA, or you are the DBA by choice. Either way, you can choose to spend time working in SQL Server Management Studio (SSMS) to look at things such as backups or the ...
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 ...
Just a heads up when running the script today I got a missing module error, which is to be expected, as module sqlserver hadn't been installed/imported. However after ...