Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Migrating Dbase data to SQL Server

Status
Not open for further replies.

ecugrad

MIS
Apr 17, 2001
191
US
Does anybody have any documentation or knowledge in the best way to migrate a dbase tables to SQL Server. We plan to convert the data over soon and I will be the one who has no knowledge to do it..

Mike
 
dbase as .DBF? Just ask.

------
[small]select stuff(stuff(replicate('<P> <B> ', 14), 109, 0, '<.'), 112, 0, '/')[/small]
[banghead]
 
Mike,
There is no easy way to migrate, you could easy transfer data from your files to SQL server tables, but you should rethink whole application so it acts like real Client/Server application. I am in the middle of this and I could tell you that to build new database in SQL Server is much easier that think how to save the present architecture of your appliction.
But as I said transfering the data is the easiest part :) just build some DTS and your data will be in SQL Server.

Borislav Borissov
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top