Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


How to migrate from Thoroughbred Solution - IV ERP to MS Dynamics NAV 2009

a ODBC multi tier Driver connection is open at Solution - IV end.

How to migrate that data to MS SQL Database ?

Thanks in Advance....
Posted
Updated 12-Jun-14 19:28pm
v2

1 solution

If you haven't done this yet....
It looks like you have a way to connect to the old database (You mentioned an ODBC connection for it) then you can use SSIS (Sql server integration services) packages to copy data, map fields etc... from one database to another. You'll have to do some reading up on it because its more than should be explained in full here a complete step by step solution with screen shots be way too long to cover an entire piece of software here.

A summary would be...
1. Get your SSIS packages software set up. You can use Visual Studio BI for 2005, 2008...Not sure about 2012 yet, but the version of SQL Server is important. VS2005 only works with SQL server 2005, same with VS2008 to SQL2008.

2. In your new SSIS project, Create some connection managers one for your old database, another connection to the new sql server.

3. Setup dataflows and map the old tables to new tables field by field(if the field names and data types are similar it helps alot!)

4. test it and run it.

Best way I know how. Faster than writing your own app to do it.
 
Share this answer
 
Comments
[no name] 18-Jun-14 8:58am    
Thanks for ur suggestion,
But we have no access to the TS DataServer from SSIS..
are there any tools online - opensource....
to accomplish this task...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900