Hi All,
I am loading a CSV file to a SQL Server tale. The CSV file has a date stamp in the name so it will keep changing every month. There would only be one file in this folder. Any idea how I can load this into SQL Server table? I know we can use for each loop but I thought there should be something simpler. Please advise.