Answer the question
In order to leave comments, you need to log in
Why does the Divide by zero error encountered error appear?
1) I start the procedure
2) The procedure at the end of the execution gives an error on the line with the code
SET @Gdpks_Daugiklis = @Gdpks_Svoris/@Gdpks_PusgaminioIseiga;
Answer the question
In order to leave comments, you need to log in
Will not "run anyway":
SET ARITHABORT ON
SET ANSI WARNINGS OFF
SET @Gdpks_Daugiklis = @Gdpks_Svoris / NULLIF( @Gdpks_PusgaminioIseiga, 0 )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question