Posted by orandov@gmail.com on 10/03/00 11:37
I am relatively new to SQL server. I am tring to send some decimal
values to the database using a stored procedure with parameters of type
DECIMAL. Every time it inserts the values into the database the
decimals are truncated. I saw on the MSDN library that you have to set
the precision and scale values b/f you run the stored procedure. So I
set the precision to 8 and the scale to 4 and it still didn't help. Can
anyone help me?
Navigation:
[Reply to this message]
|