Has anyone written a script that will go through all the olap databases and delete them?I am looking to delete more than one db at a time.I'm assuming one would execute some kind of xmla batch script, but it may not be possible.<Delete xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> <Object> <DatabaseID>olap_db</DatabaseID> </Object></Delete>Thanks,
↧