I have a job that runs for every minute in SQL Server.
It runs a stored procedure from my database.
When i try to change the system time so that the job will
produce me the desired results the job stops for a period
of time which is uncertain for my knowledge.
Then i tried changing the system date and then querying
getdate immediately from SQL Server. It takes about 2 minutes for SQL server to realise my date changes of the
server as for as now.
Can anyone throw me some light on this issue.
We need to get this up by monday or we are screwed.
Pl help
It runs a stored procedure from my database.
When i try to change the system time so that the job will
produce me the desired results the job stops for a period
of time which is uncertain for my knowledge.
Then i tried changing the system date and then querying
getdate immediately from SQL Server. It takes about 2 minutes for SQL server to realise my date changes of the
server as for as now.
Can anyone throw me some light on this issue.
We need to get this up by monday or we are screwed.
Pl help