How to identify the culprit in "Error converting data type varchar to numeric"?
- by Stan
An insert statement with a large number of values returns 'Error converting data type varchar to numeric.'
How can I find which value actually triggers the error?
MS SQL Server 2008 is used.