SQL server
I have a data file with first row as header data and from second row onwards actual data.The column delimiter is '|' and row delimiter '\n' . When i do a bulk insert into SQL table from a flat file,the header record/row in the file should be omitted.The header record does not have delimiters.
pls provide a solution for this