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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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)
April, 2007
MSDN Blogs
>
Microsoft's Embedded Database - SQL Server Compact - Team Blog
>
April, 2007
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
HOWTO: Pending Changes for a Merge Subscription (Client Side)
Posted
over 5 years ago
by
SQL CE Team
2
Comments
Often there will be need to find out if there are any pending changes on client side to upload. Note that, It is always better to avoid empty sync both from the resource (network bandwidth, web server, SQL Server) usage and performance. This blog post...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Merge Replication System Tables
Posted
over 5 years ago
by
SQL CE Team
1
Comments
The earlier blog post “ How to: Detect the database is merge replicated ”, gave a list of the system tables that get created in a merge subscription database. This blog post explains brief description of each of the system tables. There is another blog...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
SET IDENTITY_INSERT <Table Name> ON/OFF
Posted
over 5 years ago
by
SQL CE Team
1
Comments
This command is from SQL Server. This command is to enable the users to set their own value for IDENTITY Column in case they want to. This has been the very useful for us. We use it in MERGE and RDA when we send the client side inserts to server where...
Page 1 of 1 (3 items)