Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Possible to Join Datasets ?

Status
Not open for further replies.

thermidor

Programmer
Nov 28, 2001
123
US
Hi All -

I would like to have a report where I can join data from a cube with data from a relational store. Can this be done in SSRS?

TIA -
Sven
 
Can't be done in the report itself - datasets in reports are distinct

Not good enough in SQL to tell you whether it could be done there....

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
You can add SSAS as a linked server in SQL Server. You should be able to create a stored procedure or T-SQL code to return a join query with SSAS and SQL Server data. However, why not look at integrating the relational data into SSAS?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top