OLE DB for OLAP Schema Rowsets - MDSCHEMA_KPIS GUID?
Anyone know where to find MDSCHEMA_KPIS GUID?
Rgds,
Jan
Anyone know where to find MDSCHEMA_KPIS GUID?
Rgds,
Jan
{2AE44109-ED3D-4842-B16F-B694D1CB0E3F}
I checked it with SchemaRowsetExplorer from SQL Server 2000 Resource Kit and it functions properly.
best regards!
In SQL Server Management Studio click button "New Query" and select Analysis Services XMLA Query. In Query Window enter:
<Discover xmlns="urn:schemas-microsoft-com:xml-analysis">
<RequestType>DISCOVER_SCHEMA_ROWSETS</RequestType>
<Restrictions>
<RestrictionList>
</RestrictionList>
</Restrictions>
<Properties>
<PropertyList>
</PropertyList>
</Properties>
</Discover>
Result contains all schemas' names and GUIDs.
Best Regards!