Re: Can I bind MDX queries
From: Milind (milind.bhabal_at_gmail.com)
Date: 02/09/05
- Next message: Prasad: "Possible ROLAP Cube Design Scenario"
- Previous message: Milind: "fact table question"
- In reply to: AM: "Can I bind MDX queries"
- Next in thread: AM: "Re: Can I bind MDX queries"
- Reply: AM: "Re: Can I bind MDX queries"
- Messages sorted by: [ date ] [ thread ]
Date: 9 Feb 2005 10:40:06 -0800
You can write the MDX query in a Stored procedure and use Dynamic SQL
to build that query based on the parameters from your front end
application. Then you can execute this query by openrowset (in SQL
Server) with a linked analysis server. The stored procedure will return
a dataset and that you can bind it in your asp.net front end. Please
let me know if you have additional questions
HTH
Milind
- Next message: Prasad: "Possible ROLAP Cube Design Scenario"
- Previous message: Milind: "fact table question"
- In reply to: AM: "Can I bind MDX queries"
- Next in thread: AM: "Re: Can I bind MDX queries"
- Reply: AM: "Re: Can I bind MDX queries"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|