
I have to execute following procedure
ALTER PROCEDURE [dbo].[get_date]
@codeId int, @vardate as datetime OUTPUT
AS
SELECT Date FROM Tbl_CustData WHERE codeId = @codeId
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
