happysmile
happysmile

Reputation: 7777

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

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

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

Thank you.

Upvotes: 3

Views: 9169

Answers (1)

marc_s
marc_s

Reputation: 755421

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

Here's a C# article on CodeProject that shows what cubes, MDX, Analysis Services and so forth are and how to get to use them from your C# application.

Upvotes: 7

Related Questions