Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Stored Procedure Output Parameter

    When looking at the execution via Profiler I noticed that the declare for the output parameter prior to the sp call changed the precision from 12,2 as defined to 18,14.

  • RE: Stored Procedure Output Parameter

    Yes. The value that the output parameter is set to is too large because SQL changes the scale. My declaration of 12,2 is plenty but the change to 18,14 causes...

Viewing 2 posts - 1 through 3 (of 3 total)