BI备忘录

BI,SSIS,SSAS,SSRS
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

ssas2008:查询当前正在运行的跟踪

Posted on 2010-08-27 17:57  安德鲁  阅读(176)  评论(0)    收藏  举报

 

<Discover xmlns="urn:schemas-microsoft-com:xml-analysis">

 

<RequestType>DISCOVER_TRACES</RequestType>

<Restrictions>

</Restrictions>

<Properties>

</Properties>

</Discover>

 

 

filter by traceID

 

<Discover xmlns="urn:schemas-microsoft-com:xml-analysis">

<RequestType>DISCOVER_TRACES</RequestType>

<Restrictions>

<RestrictionList xmlns="urn:schemas-microsoft-com:xml-analysis">

<TraceID>FlightRecorder</TraceID>

</RestrictionList>

</Restrictions>

<Properties>

</Properties>

</Discover>

 

ref:

http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/38e966af-db09-48fd-839a-5dcda22738ed