Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 Tools for Computing among different databases

Author  Topic 

databaselover
Starting Member

2 Posts

Posted - 2013-02-25 : 03:50:40
I need to conduct data computing and analyzing among different databases. Which tool is good for this?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-02-25 : 04:11:32
what kind of analysis? is it static or on the fly (adhoc)? Are all sources RDBMS or is there some other types like XML,flatfile etc?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

databaselover
Starting Member

2 Posts

Posted - 2013-02-25 : 21:59:53
It's static. Not all sources are RDBMS. Some data is stored in SQL database, some in Excel, txt, Oracle. I need to merger all the data.
Go to Top of Page

AnalystBrown
Starting Member

7 Posts

Posted - 2013-02-25 : 23:49:53
You can try esProc. It's capable of conducting computation among different databases with JDBC interface. This article introduced more about it: http://www.raqsoft.com/various-data-environments-support-of-esproc-makes-statistical-computing-more-flexible.html?new=1
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-02-26 : 01:20:57
quote:
Originally posted by databaselover

It's static. Not all sources are RDBMS. Some data is stored in SQL database, some in Excel, txt, Oracle. I need to merger all the data.


then you need to use somekind of ETL tool like SSIS to merge hem all onto a single central repository. It also has tasks to perform transformations inside data to make it as per your rules. Then you may built analytics/reporting solution over it using tools like SSRS/SSAS

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

garyjohn
Starting Member

7 Posts

Posted - 2013-02-28 : 01:47:26
For business computing and analytics, there are many tools introduced in this blog,http://datakeyword.blogspot.co.uk/2012/10/analysis-tools-comparison-r-language.html,

I have to mention that, esCalc can solve complex data computing and analytics from various databases like xls,txt, etc., due to its foreign key reference function can kiss away the stored procedure.

business analyst, marketing director
Go to Top of Page

clubshrivel
Starting Member

4 Posts

Posted - 2013-11-24 : 23:26:56
quote:
Originally posted by AnalystBrown

You can try esProc. It's capable of conducting computation among different databases with JDBC interface. This article introduced more about it: http://www.raqsoft.com/various-data-environments-support-of-esproc-makes-statistical-computing-more-flexible.html?new=1



I agree with this Analystbrown. It might help:) Thanks for sharing an info about conducting computation of different databases.
Go to Top of Page
   

- Advertisement -