I know how to check if a parameter is null but i am not sure how to check if its empty ... I have these parameters and I want to check the previous parameters are empty or n
To check if variable is null or empty use this
IF(@PreviousStartDate IS NULL OR @PreviousStartDate = '')