How to automate Bulk Insert job?
Hi
I get file having size around 70-80 mbs in the text format containing records on the daily basis. I want to save all the records in sql server database to the existing table and perform some calculations and restore them
I am looking for a way to automate the copying file to server and calculation part. I am considering to make a windows process in .net for this purpose.
Is there any better way to do the job?
Avats
|