The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Loading data from sql server db
saurabh_jhaveri
Member Posts: 4 Contributor I
Hi,
This is Saurabh here, Im trying to automate my daily task of loading data suing sql query(complex query which has multiple temp tables and joins) from sql server db, into Rapid miner to export the results into user defined excel format,
I have tried using Read databsse operartor, but since my query is lengthy and has multiple components within it, it does not run, I also tried a combination of execute sql and read data base but no luck.
I would really appreciate if someone can help me with my issue
0
Answers
The Read Database Operator can handle very complex queries. Thats no problem. So this is the operator to go for.
~Martin
Dortmund, Germany
Yes thanks, but the Read data base operator does nto work for me, also this is a dynamic query which pulls all the trades from T-1 day and compares various attributes like Sales for different feed sources,(attributes like account no etc.)
Also this mornign, Im getting this error
For making the queries dynamic, you should use "Macros". Here is a primer on this: http://community.rapidminer.com/t5/RapidMiner-Studio-Knowledge-Base/How-to-Use-Macros/ta-p/32966
Cheers,
Ingo