| Author |
Topic  |
|
|
databaselover
Starting Member
2 Posts |
Posted - 02/25/2013 : 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
India
47157 Posts |
Posted - 02/25/2013 : 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/
|
 |
|
|
databaselover
Starting Member
2 Posts |
Posted - 02/25/2013 : 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. |
 |
|
|
AnalystBrown
Starting Member
7 Posts |
|
|
visakh16
Very Important crosS Applying yaK Herder
India
47157 Posts |
Posted - 02/26/2013 : 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/
|
 |
|
|
garyjohn
Starting Member
7 Posts |
Posted - 02/28/2013 : 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 |
 |
|
| |
Topic  |
|