Question : To save the bash as create_mysql.sh, we can create a database magento and a user magento_user with full […]
Tag: automation
How to upgrade a MySQL database using numbered scripts based on a version field
Question : I have a database that contains a version table with one value stored in it which is the […]
Application/MS SQL Server Express Installer
Question : We’re developing a small(ish) application that collects and stores data. It’s low-throughput, low-volume, but needs to be able […]
Postgresql Backup all databases seperate files
Question : I need to create an automatic backup of all databases from PostgreSQL ( running on a Windows machine […]
SQL Server Configuration File and InstanceName parameter
Question : We have a configuration file at E:SQL_Server_2016_InstallMyConfigFile.ini that looks like below: [OPTIONS] ACTION = “Install” FEATURES = SQLENGINE […]
Script to backup all databases
Question : I’m working on automating backups of SQL Server databases on SQL 2008 R2 Express. These backups are initiated […]
how to automate when altering jobs in Always on availability groups?
Question : I often have to alter jobs i.e. adding steps, changing the stored procedures the job calls, etc. and […]
Looking for a tool for managing complex powershell automation processes with multiple scripts [closed]
Question : Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the […]
How to configure AutoMySQLBackup?
Question : How I can configure AutoMySQLBackup to backup some selected tables ones per week while the other tables will […]
Alternate of trigger in SQL server
Question : is there any other way beside creating a trigger in MSDB system tables to invoke a particular job […]