this is the stored proc
EXEC dbo.Proc_UpdateExpiringAppt 477
when the parameter is exact it executes the job but when i try to put it like this
EXEC dbo.Proc_UpdateExpiringAppt @CtrlNo
it does not execute the job
Posted 20 November 2011 - 11:26 PM
EXEC dbo.Proc_UpdateExpiringAppt 477
EXEC dbo.Proc_UpdateExpiringAppt @CtrlNo
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
