Non-consolidated K2 DBs

How to: Drop multiple databases via SQL Script (no worries backup/restore is covered too :) )

Recently I did rather a lot of test requiring me to work with non-consolidated K2 DBs. Test included multiple DB restore/delete operations and I realized that I need some script to quickly drop all my K2 DBs and start from scratch. Here is this script: USE master; GO SELECT ‘ALTER DATABASE ‘ + name + How to: Drop multiple databases via SQL Script (no worries backup/restore is covered too 🙂 )