I have a mobile db (SQL Server CE
), which synchronizes with my database on a SQL-server via merge replication.
after some trobules with the device, I had to copy the mobile db from the device, but i couldn't sync anymore before that.
There are some important information in it and i have no other device to use the db there. I can read it with SSMS, but i need it on the server and I don't want to copy it by hand (There are too many records in it, which changed and also a lot of new ones)
Is it possible to sync the SQLCE-Database without a device
Thank you