Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Using XMLA to perform batch deletion of olap databases

$
0
0
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,

Viewing all articles
Browse latest Browse all 1341

Trending Articles