RATE THIS ANSWER
0
Click to Vote:
0
0
You could add some logging to the procedure, for example, inserting into a log table, or using the
xp_logevent procedure.
If you are using explicit transactions, you might want to log to a table variable, and insert to an actual database table from it after rolling back your transaction.
------------------------------------
Odds are you are adding numbers up, and that the value is larger than your numeric datatype allows for.
Last Answered:
May 30 2009 3:14 AM GMT by Mrdenny 
46795 pts.
Latest Contributors: Carlosdl
29855 pts.