How to Drop All Databases of instance?
- Filip Holub
- Jan 5, 2017
- 1 min read
I needed to delete all the databases on Instance, therefore I wrote my favorite Cursor. In this case it is a very simple cursor. To delete the database we use DROP DATABASE < name of DB > statement.
You can use this Script below:

See you later!
Comments