Guest_imported
New member
- Jan 1, 1970
- 0
hi all
i have problem like this
DECLARE @X NUMERIC(10),@Y NUMERIC(10)
SET @X=30
SET @Y=4
execute myproc 1000,@x+@y
i gave error
Server: Msg 156, Level 15, State 1, Line 4
Incorrect syntax near the keyword 'SELECT'.
i have problem like this
DECLARE @X NUMERIC(10),@Y NUMERIC(10)
SET @X=30
SET @Y=4
execute myproc 1000,@x+@y
i gave error
Server: Msg 156, Level 15, State 1, Line 4
Incorrect syntax near the keyword 'SELECT'.