What steps will reproduce the problem?
1. Input/Output arguments.
What is the expected output? What do you see instead?
CREATE Procedure [dbo].[AllocateMe]
@LineNum INT,
@Quantity NUMERIC(18,6) OUTPUT,
@User NVARCHAR(50)
AS
This stored-procedure is created as (int @LineNum,,string @User).
Original issue reported on code.google.com by sacos...@gmail.com on 15 Oct 2008 at 8:46
Original issue reported on code.google.com by
sacos...@gmail.com
on 15 Oct 2008 at 8:46