Sign in
Microsoft's Embedded Database - SQL Server Compact - Team Blog
SQL Server Compact is a SKU of SQL Server family of products from Microsoft. This is a thin light-weight, embedded, in-proc database engine which supports synchronization to SQL Server, etc.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Access Violation
ADO.NET
ADS
ASP.NET
Deployment
DLINQ
Downloads
Engine
GC.WaitForPendingFinalizers
General
MergeReplication
OLEDB
Pages
Performance
QueryProcessor
RDA
Release
SQL CE
SQL CE Garbage Collection
SQL Server Compact
SQLCE
SyncServices
Troubleshooting
Visual Studio
WebMatrix
Archive
Archives
March 2011
(1)
January 2011
(1)
December 2010
(1)
July 2010
(1)
May 2010
(1)
April 2010
(1)
November 2009
(1)
October 2009
(1)
May 2009
(2)
April 2009
(1)
February 2009
(1)
October 2008
(3)
August 2008
(1)
June 2008
(2)
April 2008
(2)
March 2008
(1)
February 2008
(2)
December 2007
(2)
October 2007
(3)
August 2007
(2)
June 2007
(5)
April 2007
(3)
February 2007
(6)
January 2007
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Merge Subscribe Once, Copy and Deploy Multiple Times
Posted
over 6 years ago
by
SQL CE Team
1
Comments
"Merge Subscribe Once, Copy and Deploy Multiple Times" - This has been the real good feature I like and unfortunately not many people knew about it. This is applicable for v3.0 and above. Here is a short story of it: The initial subscription is...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
HOWTO: Pending Changes for a Merge Subscription (Server Side)
Posted
over 6 years ago
by
SQL CE Team
1
Comments
Earlier in the other blog article we discussed on “ HOWTO: Pending Changes for a Merge Subscription (Client Side) ” and this article will focus on finding the pending changes on server side for download. This blog article requires a little understanding...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
HTTP/Internet Proxy Detection - Using WINCE API
Posted
over 6 years ago
by
SQL CE Team
3
Comments
SqlCeReplication and SqlCeRemoteDataAccess have InternetProxyServer, InternetProxyLogin, InternetProxyPassword properties which the application can set to make these sync protocols communicate via/thru the desired proxy. However, then the question...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Connection String - Database Creation-time Only Options
Posted
over 6 years ago
by
SQL CE Team
3
Comments
In this article, we will discuss the Connection String Parameters that are meant for use only for database creation and not for connection open to an existing database. Locale Identifier – LCID tells the engine in which locale/collation the database...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
The Story of Max Database Size (Connection String Parameter)
Posted
over 6 years ago
by
SQL CE Team
1
Comments
Maximum Database Size is NOT a persistent configuration (It is NOT stored in database file). SQL CE creates shared memory to support multi-connection scenarios. SQL CE maintains an entry for each page of the database file, in this shared memory. Because...
Page 1 of 1 (5 items)