Thursday, August 22, 2013

SQL Server 2008: Invalid object name SQL Server 2008 R2

I was getting the error:

Internal Exception: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'TRANSACCION'. Error Code: 208

The problem was that the table wasn't created in the database, you can also verify the name of the table you´re trying to manipulate.

Resources:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ec184168-ddd1-4df5-b2c7-c6671b602a3d/string-or-binary-data-would-be-truncated-and-field-specifications

No comments: