SQL Server 2005 Replication shifts datetime fields
Hi,
I'm currently working on synchronizing two databases on the same SQL Server 2005 instance.
One database publishes and distributes an article.
The other database is the subscriber.
One table contains a datetime column. Once records in this tables are synchronized on the subscriber, there is an offset of 1 hour.
e.g.: on the publisher the datetime is 2008-12-19 00:00:00.000
whereas on the subscriber the value is 2008-12-18 23:00:00.000
I have been searching the internet for similar posts. There are a number, but no answer yet that helps me out.
Thank you in advance!
Regards Roeland Verbeek
|