Based on this article
ALL INSTALLATIONS ASSUME YES WHEN PROMPTED, that's what -y does
This script can be copy paste to ssh as is. No hands installation. :-)
ALL INSTALLATIONS ASSUME YES WHEN PROMPTED, that's what -y does
This script can be copy paste to ssh as is. No hands installation. :-)
Still an issue in May 2021. Welcome to the future of web development. Take this Gist to rest and calm down.
# Leave swarm mode (this will automatically stop and remove services and overlay networks)
docker swarm leave --force| -- Originally found here: https://gallery.technet.microsoft.com/scriptcenter/c0c57332-8624-48c0-b4c3-5b31fe641c58 | |
| -- Modified to include column filter | |
| IF OBJECT_ID('SP_SearchTables','P') IS NOT NULL | |
| DROP PROCEDURE SP_SearchTables | |
| GO | |
| CREATE PROCEDURE SP_SearchTables | |
| @Tablenames VARCHAR(500) | |
| ,@Columnnames VARCHAR(500) | |
| ,@IgnoreColumnForTextSearch Bit = 0 | |
| ,@SearchStr NVARCHAR(500) = '%9000%' |