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:
“I support all people on earth
who have bodies like and unlike my body,
skins and moles and old scars,
secret and public hair,
crooked toes. I support
those who have done nothing large.”
—Naomi Shihab Nye (b. 1952)
“If only I had a wife! I used to think, who could stay home and keep the children happy, why I could support six of them. A cinch.”
—Brenda Ueland (18911985)
“I make this direct statement to the American people that there is far less chance of the United States getting into war, if we do all we can now to support the nations defending themselves against attack by the Axis than if we acquiesce in their defeat, submit tamely to an Axis victory, and wait our turn to be the object of attack in another war later on.”
—Franklin D. Roosevelt (18821945)