![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Just started a Data Migration project that involves moving 12 tables with about 100mb of data from one SQL Server to another. For various reasons, the dba won't let us use DTS so we're using ADO.NET to pull the data down. The arguement is now between manually generating a bcp file to upload into the destination server, or to create a datatable and call DataAdapter.Update(DataTable). I personally prefer doing the DataTable way, since all the code is already there and we don't ahve to manually generate a bcp file. BUT the dba is 90% against allowing the application to view the tables directly, they have to all go through storedprocs (I say 90% because he is open to us to coding it *both* ways and then if there's a *significant* performance over bcp, we can go with direct-access). So, anyone know of good datamigration articles I can use for or against the various positions? -BKN |
![]() |
| Thread Tools | |
| Display Modes | |
| |