I have used sqlbulk insert to initialy populate tables in the past. Can sqlbulk insert still be used in a process while checking that duplicate records are not inserted. I really don't want to do a line-by-line compare since my import files (delimited file) can containe a couple hundred thousand records.
Question
weisshole
I have used sqlbulk insert to initialy populate tables in the past. Can sqlbulk insert still be used in a process while checking that duplicate records are not inserted. I really don't want to do a line-by-line compare since my import files (delimited file) can containe a couple hundred thousand records.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts