阅读背景:

Debug MDX Procedure Based .NET in Visual Studio

来源:互联网 

It's really a piece of cake to debug MDX procedure in Visual Studio. It will be done just in only a few steps. In Visual Studio 2010(the same to VS2005 and VS2008), you should attach the MDX procedure project to the Analysis Service process(msmdsrv.exe), and then the assemblies which are needed will be loaded automatically. The specific MDX procedure will also be loaded by Analysis Service. Before debugging the procedure, at least one break point should be set in the procedure. Run the MDX code contain the procedure to start the debug. The execution flow will jump into Visual Studio and stop at the break point that is set before. There is one important tip, that is the checkbox of 'Enable SQL Server debugging' should be checked. The checkbox is in the debug tab of project property panel(just as shown below).It's really a piece of cake to debug MDX proced




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: