Hi Team,
I have csv files in a folder that i want to import into the database in windows forms c# application.
I have tried from SSMS import wizard it works but there are many files, so want to automate from program.
I have seen multiples article on it but they have declared table structure first and then uploads the file.
Here in my case file itself creates the table in database linked import wizard.