To get a list of all the tables in SSAS, execute this in an MDX window:
SELECT * FROM $system.dbschema_tables
where Table_type = 'schema'
Sunday, October 2, 2011
Subscribe to:
Posts (Atom)
All software and software code is released under the BSD license (http://www.opensource.org/licenses/bsd-license.php), unless otherwise specified or if the code is part of a project governed by another license. All trademarks are owned by their respective companies and/or individuals.