how to get sql variable Value in my stored procedure , from C# application??
hi all , i have create stored procedure , this procedure contain variable will hold important value , i want to get variable value into C# , how?? like this
DECLARE @NUMBER INT
SET @NUMBER = 1