Error Handling in Bulk Insert
How to handle errors which occured during importing data from text file
to table using bulk insert?
I have used @@error but it can not catch bulk insert errors.
Is there another way to handle this type of erros?
Please help
|