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!

synchronise table from 2 databases

Status
Not open for further replies.

TomasCrossroads

Programmer
Aug 13, 2002
34
BE
Hello,
I have a problem updating data in sql server database. Here's the situation. There's an (old) asp application running on a database 'intranet'. We made a new application with a new database 'intranet2'. Intranet2 contains all tables from database intranet + a lot of new tables. Now the development of the new application is finished we like to start using the new application, but the tables in the new database 'intranet2' that were also in the old database 'intranet' should be updated first. There has been added new data in the old database during the development of the new application. Is there an easy way to do this? I could copy the tables, but the problem is that in that case I will have to redesign all tables (adding relationships etc.).
Any suggestions please?
Greetings
 
Use DTS to transfer the data to the new structure. YOu can also use the Execute SQL task within the DTS package to make other adjustments you need to the data such as adding the information for additional fields or separating a field into two or more new fields.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top