Inserting data into a Microsoft SQL Server database using Java, I got an SQL truncation exception. But the exception doesn't show which column had the problem value.
Is there any way to find the error details, for instance from SQL Server Management Studio?
Note: I am using SQL Server database in Windows.