Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Tuesday, October 10, 2017

Stored procedure to pass date ranges

SQLServerCentral » Latest topics
Stored procedure to pass date ranges
I would like to write a stored procedure that use the date range for the different sum and count functions. The tblOrder table has two dates; orderdate and biddate. What I want to do is when @StartDate and @EndDate are passed I want it to be use

No comments: