January 16, 2014 at 4:24 am
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 query
SELECT *
FROM SSAS.[Self Service Reporting].[b]$SYSTEM[/b].DBSCHEMA_TABLES
The error is An invalid schema or catalog was specified for the provider "MSOLAP" for linked server "SSAS".
If I change the Schema name, the error changes...
SELECT *
FROM SSAS.[Self Service Reporting].[b]SYSTEM[/b].DBSCHEMA_TABLES
The new error is An invalid schema or catalog was specified for the provider "MSOLAP" for linked server "SSAS"
Any idea?
Thanks
Eric
January 16, 2014 at 5:26 am
Wonderful!
Thanks
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply