Dear All,
Our company use DB2.
When I download Report Builder from Report site or when I create Report Model project in VS, I can only use SQL Server Data Source.
Can Report Builder or Report Model use ODBC?
Thank U.
I am pretty certain that report models can only be built from SQL server or Analysis Services data source. Support for other data sources has been rumored to be on the way, but who knows. This was a major disappointment for our company.|||You can use ODBC as a data source, but in a semi-roundabout way.
1. In SSAS, create a UDM (cube with multiple data sources) which points to your ODBC data source
2. Build an SSRS Model off the UDM/Cube (You must do so thru Report Manager, VS does not support building models from SSAS...only SQL)
3. Use the Model...
|||Not directly in this release. You can do it indirectly using SQL Server linked tables or by creating an Analysis Services cube first, then creating a report model on top of that.|||Where can I find the steps necessary on how to use linked server tables when creating a report model?
Thank you.
Patti Biggs
|||First, go to BOL and search on 'sp_addlinkedserver'. Then here are a couple of links to get you started.
http://www.sql-server-performance.com/linked_server.asp
http://www.databasejournal.com/features/mssql/article.php/3085211
R
No comments:
Post a Comment