I want to drop all the databases starting with a word.
abc
xyz
cms_db1
cms_db2
cms_xyz
pqr
In the example given above, I will like to drop all the Databases starting with the word “cms”.
I guess maatkit or shell script can do it. What is the best approach?
Linux way:
Of course use the
droppart at your own risk 😉