Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Express Edition and Compact Edition (2005)
 Stored procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-08-16 : 09:38:11
Joseph writes "I am using SQL Express 2005 along with Visual Studio 2005. I have created a table that contains 16 columns with datatype that include decimal, nvarchar, bigint and datetime. I have created a stored procedure to insert new row of data into the table. The application returns an error that says 'Unable to convert numeric value into decimal'. When try a different table that contains only four colums with identical insert sequence, this succeeds. Can you help me."

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-08-16 : 10:29:05
are your paramteres in proper order? scale and precision of parameters match?

show us the stored procedure and data that crashes it.




Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page
   

- Advertisement -