I am currently working on a demo server for my company and need to find a way to always make the data look "real". The easiest way that I have found to do this would be to update the date values +1 day everyday after midnight when no one would be using the system.
It would be ideal for me to be able to roll this +1 day to move to the next month (ie 12/31 moves to 1/1). I could easily just do the same plus 1 function on the month during that date change period.
I have been working with the DateAdd function, but not having much luck. Does anyone have any suggestions on how to gradually move a date value like this?
It would be ideal for me to be able to roll this +1 day to move to the next month (ie 12/31 moves to 1/1). I could easily just do the same plus 1 function on the month during that date change period.
I have been working with the DateAdd function, but not having much luck. Does anyone have any suggestions on how to gradually move a date value like this?