Sql Exception: Error converting data type numeric to numeric

Posted by Lucifer on Stack Overflow See other posts from Stack Overflow or by Lucifer
Published on 2010-06-07T13:41:09Z Indexed on 2010/06/07 13:52 UTC
Read the original article Hit count: 284

Filed under:
|

Hello

We have a very strange issue with a database that has been moved from staging to production.

The first time the database was moved it was by detaching, copying and reattaching, the second time we tried restoring from a backup of the staging.

Both SQL Servers are the same version of MS SQL 2008, running on 64 bit hardware.

The code accessing the database is the same build, built using the .net 2.0 framework.

Here is the error message and some of the stack trace:

Exception Details: 

System.Data.SqlClient.SqlException: Error converting data type numeric to numeric.

Stack Trace:

[SqlException (0x80131904): Error converting data type numeric to numeric.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1953274
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4849707
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +204
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
   System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +175
   System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +137

Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sql