Ok Internet Geeks ... I am in search of someone who "Actually" knows about and has worked with SQL Server 2005 and in particular Replication and
Sync.
I am currently working on an applications that runs a SQL Server 2005 Back end with a Dot.Net (prim c# / asp.net) architecture up front. Anyway I am
developing and "Unplugged" capability so a laptop can be unplugged from the network and operate offline for a period of time and will then resync
when plugged back in. For obvious reasons I will need to replicate the current data within the SQL instance prior to unplug so that all relevant
records are availible off line.
I am aware that SQL Server 2005 has a replication and sync ability but am looking for someone who has actually used it / set it up / lessons learnt.
If I am not happy with the level of protection it offers for over writes and orphans I will be looking at hitting the DB through custom objects and
writting my own sync methods to work within the objects and offer protection and validation. I would preffr not to do this as I am a little short on
time.
Any takers ? or Information ?
I have a few contacts @ work, gimmie a day or so mate.
Trying to get hold of someone now.
Quote: |
Brad the ECM stuff i work with has a similar facility but they all cheat so to speak as if you want to work on a record then you check it out (lock the record) then the only person than can perform an update is the same user than locked the record. This way you don't run into issues with sync issues and rolling back transactions. If you truly have a requirement for replication with multi user transactions then I believe Oracle RAC is a much better choice but the DBA's out there will pipe up I'm sure
Quote: |
Sorry mate, no reply back from my guy yet, Im guessing it will be monday before I have some answers now. grrr
Yeah, sorry mate, he hasnt done anything with replication on 2005 yet.
He did suggest you maybe look at SQL express for loading onto the laptop.