This tool is currently only supported on Windows and PowerShell. It has not yet been tested on PowerShell Core. It will though work remotely against SQL Server on Linux. NOTE: For SQL Server 2014 and ...
-- Safe to run on empty DB host or to recreate schema from scratch. -- WARNING: This will DROP existing databases. SET FOREIGN_KEY_CHECKS = 0; DROP DATABASE IF EXISTS trustfundme_campaign_db; DROP ...