Can I change the date and time for a specific database on SQL Server?
Is it related to the date / time of the operating system?
We want to model the future datetime for testing purposes, i.e. GETDATE() returns a date in the future.
It should be in a semi-production (intermediate) environment, so, unfortunately, changing the date / time of the OS is not an option for us.
In an ideal world, we deploy a virtual server, but at the moment this is also not an option.
source share