use priarch DECLARE @message varchar(100) --Add movement number to the sproc i.e. "823-72" as "823, 72," EXEC traxs_Utility_MovementReverse ###, ## , @message OUTPUT print @message
Not sure if this is an updated script or just works with MA only (The above script wouldn't work on the MA server, the below script worked fine on MA).
DECLARE @message varchar(200) EXEC dbo.traxs_Utility_MovementReverse @doc_terminal_id = ?, @doc_no = ?, @message = @message PRINT @message