Forum Discussion
Tim Hunter
Oct 30, 2019Iron Contributor
Setting Date in Stored Procedure
I have a stored procedure that looks for orders within a date period. How do I set the date within the stored procedure? Here is my code. Thank you!! USE [TMWSUITE] GO SET ANSI_NULLS ON GO SET Q...
- Nov 05, 2019
DECLARE @LoadDate DATE='2019-11-05'
maxrem
Nov 05, 2019Copper Contributor
DECLARE @LoadDate DATE='2019-11-05'