I have two database in SQL Server – one on a server-version as a MDF/LDF file and one CE database (SDF file) with the same structure ..
I’m required to do sync/replicate between these two databases .. is this scenario possible ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is definitely possible… there is a framework for this kind of stuff from MS – see http://msdn.microsoft.com/en-us/library/bb726002.aspx
EDIT:
Another option though not as flexible would be to use replication… for details see http://msdn.microsoft.com/en-us/library/ms171850%28v=sql.100%29.aspx