SQL Server - Copying data between tables where the Servers cannot be connected -


we want of our customers able export data file , have job imports blank copy of database @ our location. note: dba not involved. function within our application.

we can ignore table schema differences - match. have different tables deal with.

so on customer side function ran somethiug like:

insert myspecialstoragetable select * source_table insert myspecialstoragetable select * source_table_2 insert myspecialstoragetable select * source_table_3 

i run select * myspecialstoragetable , .sql file can ship me can use job/sql script import our copy of db.

i'm thinking can use xml somehow, i'm little lost.

thanks

have looked @ bulk copy utility bcp? can wrap own program make easier less sophisticated users.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -