sync data from main sql server into sql ce databases
Posted
by diver-d
on Stack Overflow
See other posts from Stack Overflow
or by diver-d
Published on 2010-03-20T04:43:14Z
Indexed on
2010/03/20
4:51 UTC
Read the original article
Hit count: 341
sql-server
|sync
Hi there, I am wanting to sync data between a sql 2008 db and some sql ce.
Its only a one way requirement so when data is updated in the main sql server the updates are sent to the ce databases.
Is this easy to setup with the sync framework. I was able to find a demo however I couldnt compile it
© Stack Overflow or respective owner