F
Francis
Hi everyone,
Just wondering if someone could help me. I have a CSV file of around
100,000 entries. The application I am building will accept a CSV upload
from the user and insert it into the database.
I noticed, using the normal insert into a Data Table, then out into the
database was very slow. I looked round and found that bulk copying would
be the best way. However. I have 2 questions:
1. Is there a way of uploading a file to the sql server from another PC?
2. Is it possible to manipulate the data before bulk inserting?
3. Is it possible to just bulk insert the data from a Data Table/ Data Set?
Thank you
Francis
Just wondering if someone could help me. I have a CSV file of around
100,000 entries. The application I am building will accept a CSV upload
from the user and insert it into the database.
I noticed, using the normal insert into a Data Table, then out into the
database was very slow. I looked round and found that bulk copying would
be the best way. However. I have 2 questions:
1. Is there a way of uploading a file to the sql server from another PC?
2. Is it possible to manipulate the data before bulk inserting?
3. Is it possible to just bulk insert the data from a Data Table/ Data Set?
Thank you
Francis