Hi all,
I'm having an issue with some SQL Server 2008 queries and I think I got it down to differences between the server and the local application. Here's a basic description of my scenario:
I'm using a local application that performs insert statements on a remote database. Everything works fine until I change the clock on the local machine that runs the application (let's say a couple days in the future), since the data doesn't really get inserted on the remote database (or at least, I can't see it).
My question is, to what extent is SQL Server functionality affected by this kind of changes? In my example, do the insertions not get completed due to integrity matters?