Click here to Skip to main content
15,905,913 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i am having a folder which contains 100 files and each file contain the columns separated by the ' |(pipeline)' and similarly that file contain data also.
so i need to bulk upload this folder to the ms sqlserver2005 so that automatically these tables with data added in the database so how to do that one?
tell me if any store procedure or the any asp.net program is available for that!
Posted
Updated 28-Mar-11 1:57am
v2

 
Share this answer
 
use DTS od SSIS....you can do it very easily with it....
Schedule that package sothat it will automatically get the files (set the frequency u want)
We are doing the same...

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900