M
Mervin Williams
I am about to develop code to migrate data from an old application to our
new one. But first, I have a couple of questions:
First, should I use a DataSet to bring the data down to the local machine
that will run the code and execute the transformation logic from it.
Considerations: The source database is about 100 Gb, and one of the tables
includes an Image column.
Second, will I get better performance by using Stored Procedures or Views.
Thanks in advance,
Mervin Williams
new one. But first, I have a couple of questions:
First, should I use a DataSet to bring the data down to the local machine
that will run the code and execute the transformation logic from it.
Considerations: The source database is about 100 Gb, and one of the tables
includes an Image column.
Second, will I get better performance by using Stored Procedures or Views.
Thanks in advance,
Mervin Williams