Hi
i have a ms sql database that is getting replicated to mobile sqlce databases.
My question is the following:
Are the indexes getting propagated to the sqlce database tables as well?
Hi
i have a ms sql database that is getting replicated to mobile sqlce databases.
My question is the following:
Are the indexes getting propagated to the sqlce database tables as well?
If I'm not mistaken, the answer is no. Mirror: yes, replication: no.
I've learnt something new.
Actually the answer is "it depends". Some are, and some are not. It also depends on how you provision the mobile database. The different sync properties for provisioning do very different things to the local database.
So if you are doing peer to peer sync the locally provisioned databases by default do not include all indexes.