hi,
i have a stored procedure which parses thru a comma delimmited file and performs updates, inserts etc based upon the record status' of the data.
if a record is an "unacceptable" status i would like to write the record to an exception file.so, if there were 15
"unacceptable" records i would want an exception file containing the 15 entries.
so far every method i use allows me to write only 1 record(the last record in the txt file).
Any help would be greatly appreciated!
Mark
i have a stored procedure which parses thru a comma delimmited file and performs updates, inserts etc based upon the record status' of the data.
if a record is an "unacceptable" status i would like to write the record to an exception file.so, if there were 15
"unacceptable" records i would want an exception file containing the 15 entries.
so far every method i use allows me to write only 1 record(the last record in the txt file).
Any help would be greatly appreciated!
Mark