Forum Discussion

Tim Hunter's avatar
Tim Hunter
Iron Contributor
Oct 30, 2019
Solved

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...
  • maxrem's avatar
    Nov 05, 2019

    Tim Hunter 

    DECLARE @LoadDate DATE='2019-11-05'

Resources