Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ADO.NET » Performance   (RSS)

After moving the database from one platform to other, the first SqlCeConnection.Open() takes more time

If you move a SQLCE database from one platform to other, it's first SqlCeConnection.Open() takes more time and also increases the database file size. The Reason : F or an index on string type columns, SQLCE uses LCMapString API to get the normalized sort

Sync Services optimizations

There are some optimizations that can be done for an "Sync Services" sync scenario. These are, (might not be an exhaustive list) Small sync chunks (using smaller SyncGroups which are only absolutely necessary) Index creation on tracking and filtering
Posted by SQLCEBLOG | 0 Comments
 
Page view tracker