How to connect SQL Server cubes using dotnet (C #)

I am new to this concept of cubes in SQL Server. I need to connect to cubes and query and get the result and display the result as a grid

Any help would be a great hint how to connect to the cube, articles on it, code any thing that can help me achieve the result

Thanks.

+2


a source to share


1 answer


Here's the official Microsoft SQL Server Analysis Services Tutorial for some reference.



Here's a C # article in a CodeProject article showing which cubes, MDX, analytic services, etc. there are and how to use them from your C #.

+7


a source







All Articles