Viewing 2 posts - 1 through 3 (of 3 total)
Here is the create table script for the date table
USE [proppaty_config]GO/****** Object: StoredProcedure [COMMON_DATA].[POPULATE_DATE_TABLE] Script Date: 16/08/2021 11:32:52 AM ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER...
August 16, 2021 at 1:33 am
#3920205
Thanks for your reply.
I played around with it and managed to get it working by using the following. Just added some IF clauses to it and set my offset before...
August 14, 2021 at 3:25 pm
#3919945