BARG
BARG

Reputation: 43

List tables/Views used by a SSAS tabular Model in SQL Server

Is there any way to List all tables/Views used by SSAS tabular Model in SQL Server

Upvotes: 1

Views: 2669

Answers (1)

Gigga
Gigga

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

Related Questions