I am trying to query the SSAS DMVs through a linked server and am not having much luck with the query syntax...The Linked Server works fine (as I can browse the catalog) but I get an error when trying the following querySELECT * FROM SSAS.[Self Service Reporting].[[b]$SYSTEM[/b]].DBSCHEMA_TABLESThe error is [i]An invalid schema or catalog was specified for the provider "MSOLAP" for linked server "SSAS"[/i].If I change the Schema name, the error changes...SELECT * FROM SSAS.[Self Service Reporting].[[b]SYSTEM[/b]].DBSCHEMA_TABLESThe new error is [i]An invalid schema or catalog was specified for the provider "MSOLAP" for linked server "SSAS"[/i]Any idea?ThanksEric
↧