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 |
BitShift
Yak Posting Veteran
98 Posts |
Posted - 2007-08-09 : 12:04:55
|
I am considering using a local database for a desktop application, instead of relying on remote connections. This will require replication I suppose to sync up table changes etc. What are my options when using Sql express on the client end and Sql server (standard edition) ?After looking at thishttp://www.microsoft.com/sql/prodinfo/features/compare-features.mspxNow, Im wondering how do I get local changes merged back into the primary database ? |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-08-09 : 22:57:25
|
You can use merge replication. |
|
|
|
|
|