Hi,I have a Windows Mobile PocketPC with a SQL Server Compact database. I need to download data to a remote SQL 2005 when the PocketPC is connected to the WiFi. Most of the time, the PocketPC will be connected, but sometimes it won't. Data will be added to the internal SQL.CE database before being replicated in the 2005 server.So, what is the best way to do it? Can I set a transactional replication? Merge replication is not an option, as I don't need to sync tables, just upload the data from the PocketPC.thanks for your time and help
↧