Drop All Databases in SQL Server
EXEC sp_MSforeachdb ‘ IF DB_ID(”?”) > 4 BEGIN ALTER DATABASE ? SET SINGLE_USER WITH ROLLBACK IMMEDIATE DROP DATABASE ? END’
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed