How can I have SQL Server Import csv data from a folder automatically?
I have a folder named RawData on the root drive that a system is currently pushing a csv file to, so anytime there's a new file SQL Server should import it.
How can I have SQL Server Import csv data from a folder automatically?
I have a folder named RawData on the root drive that a system is currently pushing a csv file to, so anytime there's a new file SQL Server should import it.
Maybe you can have a look here to get ideas about ways to import csv files into SQLServer : http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/title-12
SSIS seems to be what you are looking for.