Reputation: 43
Is there any way to List all tables/Views used by SSAS tabular Model in SQL Server
Upvotes: 1
Views: 2669
Reputation: 577
There are DMVs that might give you some information: https://learn.microsoft.com/en-us/analysis-services/instances/use-dynamic-management-views-dmvs-to-monitor-analysis-services?view=asallproducts-allversions, TMSCHEMA_DATA_SOURCES sounds promising.
Upvotes: 3