ODBC Output
Posted: Tue Feb 24, 2015 3:10 pm
Hello All
I have to export the TM1 cube data in to SQL table for validation purpose. I utilized ODBC Output concept in my TI process to achieve the target. It runs successfully and data successfully transferred in to database.
Here is MY TI process:
1) It took almost 8 min to transfer data. data size is small. 900,000 data values approx. What could be the reason behind this?
2) In my TI process: First, i am deleting all rows and then inserting all new rows from TM1 database. I have to do this zero out process in SQL to eliminate duplicate transaction. is there better way of doing this?
Thanks
Dharav
I have to export the TM1 cube data in to SQL table for validation purpose. I utilized ODBC Output concept in my TI process to achieve the target. It runs successfully and data successfully transferred in to database.
Here is MY TI process:
Points to discuss:
1) It took almost 8 min to transfer data. data size is small. 900,000 data values approx. What could be the reason behind this?
2) In my TI process: First, i am deleting all rows and then inserting all new rows from TM1 database. I have to do this zero out process in SQL to eliminate duplicate transaction. is there better way of doing this?
Thanks
Dharav