verbose error information for MS SQL Server bulk insert
Posted
by TheObserver
on Stack Overflow
See other posts from Stack Overflow
or by TheObserver
Published on 2010-03-29T00:28:46Z
Indexed on
2010/03/29
0:33 UTC
Read the original article
Hit count: 508
I'm using SQL Server 2008 Express and I'm doing a bulk insert of data. I'd like to have more verbose error messages, ideally printing the data that failed to be inserted. Is that possible?
© Stack Overflow or respective owner