When I insert records into a long table,I am getting the error \"Conversion failed when converting the varchar value \'NULL\' to data type int\" How can I determine which co
Start commenting stuff out one at a time until it stops bombing. Or, take a look and see which value you're passing is NULL for an int column.