Using MySQL as data source in Microsoft SQL Server Analysis Services

Posted by coldilocks on Stack Overflow See other posts from Stack Overflow or by coldilocks
Published on 2010-05-06T09:30:11Z Indexed on 2010/05/06 17:28 UTC
Read the original article Hit count: 356

Filed under:
|
|
|
|

Hi, I have installed the latest .net connector (http://www.mysql.com/downloads/connector/net/), I can add MySQL databases as Data Sources, I can even browse through the data from Business Intelligence Studio.

The problem is that I CANNOT create a datasource view, or if I do create one without tables, trying to add them after the fact gives me the same error.

Specifically it looks like the data source view wizard tries to submit queries against the MySQL database using square brackets/braces, and the query bombs.

I get an error message like:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[my_db].[cheatType]' at line 2

So, in summary, has anyone been able to create a data source view using MySQL tables and, if so, can they please show me how this can be done.

Thanks for any help!

© Stack Overflow or respective owner

Related posts about ssas

Related posts about mysql