Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
DarthSerpical
Starting Member
1 Post |
Posted - 2012-04-13 : 10:30:04
|
I am building a multi language database (SQL 2008 R2), therefore users from different time zones could be using it. Users will have a local Db (SQLLite) on their smartphone). I need to synchronise rows between the device and the production database.I was thinking if using a UTC datetime instead of a timestamp to synchronise my rows. I was wondering if anyone had views on this or other means? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-04-13 : 12:46:47
|
you can make use of UTC datetime and use Offset to represent local date times------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|