Could someone help me write a stored procedure that will take a tab-quote delimited file (with header) and load it into a table? Thanks in advance!
Here's some sample data from the text file:
"Name" "Value"
"Brian McMillen" "1722"
"Anthony Adams" "8532"
"Erik Jenner" "7209"
"Terrance Walker" "1873"
Here's some sample data from the text file:
"Name" "Value"
"Brian McMillen" "1722"
"Anthony Adams" "8532"
"Erik Jenner" "7209"
"Terrance Walker" "1873"