Hello all,
How can I read the first row of a text file (comma separated) and use that as the field names of a new table I want to create in SQL Server?
The field names can all be varchar.
Thanks all
UPDTAE
Please note I would like to do this using T-SQL or any other way (sqlcmd etc). I do not want to use the wizard.