i need to import a large tab deliminated text file with a lot of columns (over 50 columns) i would like to write a c# script that creates the table based on the header of the text file.
assume all fields are nvarchar(1000)
i cannot use any program such as sql data import wizard.