A couple of months ago, I wrote an article on how to use PowerShell to back up a database within SQL Server Express Edition. Even though the technique that I described in that post works, the script ...
This is a utility that converts .bak files from MSSQL Servers to the .bacpac format. This is mostly based on https://github.com/grrlgeek/bak-to-bacpac/ with some ...
ENH: Backup of Zabbix 1.9.x / 2.0.0, removed unnecessary use of variables (DATEBIN etc) for commands that use to be in $PATH ...