copying a record from one database to another database in sql server 2000 using c#
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, Is there an easy way to copy a record from one database to another database (that have the exact structure) in sql server 2000 using c# ? The record have some Foreign keys with the other tables in the DB. The only I could think of is to export the record to a xml file, and then import that xml file to the destination db. thank, berlus