For example if you have a stored procedure with @Facility, @StartDate, and @EndDate parameters then:
exec [dbo].[s_PROCEDURE_Name] 'SHRB','01-01-2009','01-31-2009'
"Give someone a program, and frustrate them for a day; Teach someone to program, and frustrate them for a lifetime." - Unknown
No comments:
Post a Comment