Article ID: 274112 - Last Review: February 22, 2007 - Revision: 1.7 INFO: SQL Server CE Performance Tips and Efficient Memory HandlingThis article was previously published under Q274112 SUMMARY This article describes how to design a SQL CE (SSCE)
application to improve performance and to minimize memory usage. MORE INFORMATION The performance of a SQL CE application may vary based on a
number of factors. These factors include:
If you are using a WHERE clause, ORDER BY or JOIN, an index on the appropriate columns can improve performance tremendously. However, if you are running code similar to: Minimizing Memory Memory is constrained on the device. There are ways to minimize memory usage in SSCE. Here are a few tips:
317032
(http://support.microsoft.com/kb/317032/EN-US/
)
HOW TO: How to Change the Temp Database Location in SQL Server CE For SQL Server CE 2.0
Additionally, see the "Using SQL Server CE
Temporary Databases" topic in SQL Server CE Books Online.
REFERENCESSee the "Building Applications" topic in SQL Server CE Books
Online. | Article Translations
|

Back to the top
