Support
SQL CE databases can support ACID-compliance, but do not meet the durability requirement by default because AutoFlush buffers changes in memory (including enlisted ambient transactions and explicit SQL CE transactions that do not override the Commit call with an CommitMode.Immediate value). Therefore committed transaction changes can be lost. To meet the durability requirement the commit call on the transaction must specify the immediate flag. Like Microsoft SQL Server, SQL CE supports transactions, referential integrity constraints, locking as well as multiple connections to the database store. However, nested transactions are not supported, even though parallel transactions (on different tables) are. The current release does not support stored procedures or native XML data type either. It uses a subset of T-SQL for querying and due to lack of XML support, XQuery is not supported either. Queries are processed by an optimizing query processor. SQL CE databases also support indexing, as well as support remote data replication (local caching of data in remote databases) and merge replication (bidirectional synchronization with master databases).
SQL CE databases can be created and managed from Microsoft Visual Studio and SQL Server Management Studio as well.
Read more about this topic: SQL Server Compact
Famous quotes containing the word support:
“War ... should only be declared by the authority of the people, whose toils and treasures are to support its burdens, instead of the government which is to reap its fruits.”
—James Madison (17511836)
“Never support two weaknesses at the same time. Its your combination sinnersyour lecherous liars and your miserly drunkardswho dishonor the vices and bring them into bad repute.”
—Thornton Wilder (18971975)
“They [parents] can help the children work out schedules for homework, play, and television that minimize the conflicts involved in what to do first. They can offer moral support and encouragement to persist, to try again, to struggle for understanding and mastery. And they can share a childs pleasure in mastery and accomplishment. But they must not do the job for the children.”
—Dorothy H. Cohen (20th century)