Question: Help with sql error : 61 - Create variables to hold the start and end date 62 -peclare @startDate datetime :01/01/1998 63 Declare @EndDate datetime
Help with sql error :

61 - Create variables to hold the start and end date 62 -peclare @startDate datetime :01/01/1998 63 Declare @EndDate datetime '01/01/1999 64 - Use a while loop to add dates to the table 65 Declare @DateInProcess datetime 66 Set DateInProcess @startDate 67 while @DateInProcess
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
