Click here to Skip to main content
15,897,187 members

Comments by Member 11712753 (Top 6 by date)

Member 11712753 1-Jul-16 4:46am View    
Which line causes the exception exactly??
Member 11712753 12-Apr-16 23:18pm View    
Have you ever tried to use SSMS to browse your cube?
Member 11712753 7-Apr-16 4:17am View    
You can tell SSMS to include actual "Execution Plan" for your query such that you'll know which part is the bottleneck of your query.
Member 11712753 27-Mar-16 6:26am View    
I wonder if you know how to use a debugger.
Member 11712753 27-Mar-16 5:51am View    
It looks like cmd.ExecuteNonQuery(); is useless in the code block. Try to remove the line and see if it works?