Comments
1 comment
-
Urosd wrote:This code:
ALTER PROCEDURE [dbo].[tr_obnzal_polnenje_cen] @TipZapisa varchar(3) = 'SYS', --comments @nMaxLev tinyint = 0, @nLev tinyint = 0, @JobID varchar(10) AS SET NOCOUNT ON .....
Lay out SQL change to:ALTER PROCEDURE [dbo].[tr_obnzal_polnenje_cen] @TipZapisa varchar(3) = 'SYS', --comments @nMaxLev tinyint = 0, @nLev tinyint = 0, @JobID varchar(10) AS SET NOCOUNT ON ......
When executing code I get Error: Must declare the variable '@nMaxLev'. If I remove the comment '--comments', works fine!?!?!
Uros
Regards,
Andras
Add comment
Please sign in to leave a comment.
Lay out SQL change to:
When executing code I get Error: Must declare the variable '@nMaxLev'. If I remove the comment '--comments', works fine!?!?!
Uros