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
SQL Server Compact 4.0 Tooling Support in Visual Studio 2010 SP1 and Visual Web Developer Express 2010 SP1
Posted
over 2 years ago
by
SQL CE Team
0
Comments
Quick Navigation Links: Overview Advantages of using Visual Studio 2010 SP1 or Visual Web Developer Express 2010 SP1 to develop applications for SQL Server Compact 4.0 Visual Studio Designers that do not work with SQL Server Compact...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Microsoft SQL Server Compact 4.0 is available for download
Posted
over 2 years ago
by
SQL CE Team
2
Comments
The SQL Server Compact team is happy to announce that the next version of Microsoft SQL Server Compact 4.0 has been released, and is available for download with the Microsoft Web Platform Installer 3 or from the Microsoft Download Center . SQL Server...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Downloads Available for SQL Server Compact 4.0 CTP2, Visual Studio 2010 SP1 Beta Tools for SQL Server Compact 4.0 CTP2, and CMS (mojoPortal, Orchard and Umbraco) that work with SQL Server Compact.
Posted
over 3 years ago
by
SQL CE Team
0
Comments
The second community technology preview release of SQL Server Compact 4.0 is available for download from the Microsoft Download Center or as part of the Microsoft WebMatrix Beta 3 in the Microsoft Platform Installer 3.0 . To learn more about Microsoft...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Introducing SQL Server Compact 4.0, the Next Gen Embedded Database from Microsoft
Posted
over 3 years ago
by
SQL CE Team
0
Comments
Microsoft SQL Server Compact 4.0 is the next generation of embedded database from the SQL Server family, and brings all of its goodness to the world of ASP.NET web application development. SQL Server Compact 4.0 will provide an easy and simple to use...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Troubleshooting: Privately deploying the SQL Server Compact 3.5 SP2 ADO.NET Entity Framework provider (System.Data.SqlServerCe.Entity.dll) in the application folder does not work
Posted
over 3 years ago
by
SQL CE Team
1
Comments
For complete instructions about deploying SQL Server Compact ADO.NET Entity Framework provider (System.Data.SqlServerCe.Entity.dll) privately in the application’s folder refer to the blog here . Note that from SQL Server Compact 3.5 SP2 release...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Microsoft SQL Server Compact 3.5 with Service Pack 2 released with Visual Studio 2010 and on the Web.
Posted
over 3 years ago
by
SQL CE Team
0
Comments
The latest release of SQL Server Compact also referred to as SQL CE or SQL Server Mobile, released with Visual Studio 2010 on the 12th of April 2010. SQL Server Compact 3.5 SP2 is a SQL Server Compact 3.5 with SP2 release, meaning that installing it on...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Merge replication vs. Sync Services for Compact
Posted
over 4 years ago
by
SQL CE Team
0
Comments
SQL Server Compact supports predominantly two different sync technologies. “Merge replication” and “Sync Services”. Users might be using one or the other, and interested in knowing the differences between the two technologies, from a use-case point of...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
SQL CE Binaries - Details
Posted
over 4 years ago
by
Laxmi Narsimha Rao Oruganti MSFT
0
Comments
Many times developers get puzzled on which exact set of binaries one should consume in their application. There is also a misconception that SQL CE engine is too big in size. This may be because there was no effort from our side to clarify on “Which binary...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Troubleshooting: Access Violation exception while using SQL Server Compact database with ADO.NET provider
Posted
over 4 years ago
by
SQL CE Team
0
Comments
Possible causes for Access Violation exception in general: An access violation occurs in unmanaged or unsafe code when the code attempts to read or write to memory that has not been allocated, or to which it does not have access. This usually occurs...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
SQL Server Compact Garbage Collection – Whys and Hows
Posted
over 4 years ago
by
SQL CE Team
0
Comments
Some background about SQL Server Compact: SQL Server Compact is an embedded database implemented in native and it can be accessed in application by either OLEDB or ADO.NET provider model. ADO.NET provider for SQL Server Compact is a managed assembly...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
After moving the database from one platform to other, the first SqlCeConnection.Open() takes more time
Posted
over 4 years ago
by
SQL CE Team
0
Comments
If you move a SQLCE database from one platform to other, it's first SqlCeConnection.Open() takes more time and also increases the database file size. The Reason : F or an index on string type columns, SQLCE uses LCMapString API to get the normalized...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Overview of SqlCeReplication methods - LoadProperties and SaveProperties
Posted
over 4 years ago
by
SQL CE Team
1
Comments
Whenever sync is started, developers provide all the necessary properties to an object of SqlCeReplication class. These properties are provided through the constructors or by directly setting the public properties of the object. In this approach developers...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
How to: Authoring a 64-bit ClickOnce Bootstrapper package in Visual Studio 2008 SP1
Posted
over 5 years ago
by
SQL CE Team
1
Comments
Before going into further details first “ Disclaimer : This is just to help and does not guaranty that this is approved my employer or me J ” Location of SQL Compact Bootstrapper <BootstrapperDir> \Packages\SQL Server Compact Edition\ <LocaleCultureDir>...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Sync Services optimizations
Posted
over 5 years ago
by
SQL CE Team
0
Comments
There are some optimizations that can be done for an "Sync Services" sync scenario. These are, (might not be an exhaustive list) Small sync chunks (using smaller SyncGroups which are only absolutely necessary) Index creation on tracking and filtering...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Released - SQL Server Compact v3.5 SP1, SQL Server 2008 RTM, Visual Studio 2008 SP1, .NET Framework v3.5 SP1
Posted
over 5 years ago
by
Laxmi Narsimha Rao Oruganti MSFT
1
Comments
Yes, all of them are released on August 11, 2008. SQL Server Compact v3.5 SP1: What is new in this Service Pack? - Click here and here Where to download? SQL Server Compact v3.5 SP1 for Desktops (32-bit and 64-bit) SQL Server Compact...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Insight into SQL Server Compact database corruptions
Posted
over 5 years ago
by
SQL CE Team
3
Comments
Database corruptions are often the most painful bugs to repro and debug. A good percentage of the SQL Server Compact bugs reported are in this category. However it so turns out that in majority of the cases Compact is not the culprit. Surprised!! Let...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Katmai new datatypes support
Posted
over 5 years ago
by
SQL CE Team
1
Comments
In Katmai, new datatypes are introduced. Some of these (including some older types in Yukon) are supported for merge replication synching with SQL Compact in SQL Compact 3.5 SP1. These types are mapped to downlevel compatible types for SSC. These types...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Query performance
Posted
over 5 years ago
by
SQL CE Team
2
Comments
Understanding the reason for slowness of a SQL query and then tuning to boost it is a slightly complicated process, but it can be extremely rewarding in some cases. In this post, I am going to list down some ways in which you can tune the query performance...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Dropping Defaults (Column Constraint)
Posted
over 5 years ago
by
SQL CE Team
1
Comments
There were some recent changes that were done in regards to column defaults. In this blog entry I want to bring out, what used to happen and what happens now. I have discussed the case of dropping a default on a column in this post, however, in a case...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
My First Entity Application Against SQLCE
Posted
over 5 years ago
by
SQL CE Team
8
Comments
Now that SQL Server Compact 3.5 SP1 Beta is released it's time to take the first step, making your first entity application using SQLCE as a backend. In his previous post, Ambrish gave steps on how to install SQL Server Compact SP1 Beta, along with...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Download available for SQL Server Compact 3.5 SP1 Beta for ADO.Net Entity Framework Beta 3
Posted
over 5 years ago
by
SQL CE Team
8
Comments
The SQL Server Compact 3.5 SP1 Beta for ADO.Net Entity Framework Beta 3 is available for download at Microsoft Download Center . To install SQL Server Compact 3.5 SP1 Beta Release for ADO.NET Entity Framework Beta 3 Install ADO.NET Entity Framework...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
SQL Server Compact Release Versions
Posted
over 5 years ago
by
Laxmi Narsimha Rao ORUGANTI
10
Comments
This blog post is meant to give different build version numbers of our SQL Server Compact Releases. This blog post is a living one and gets updated for every release we make. Before getting into the mapping, first you want to know the version you...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Connectivity Cross Version Compatibility (SQL Server Compact 3.5)
Posted
over 6 years ago
by
Laxmi Narsimha Rao ORUGANTI
12
Comments
Connectivity Cross Version Compatibility This blog post explains the Merge Replication connectivity cross version compatibility scenarios for the SQL Server Compact 3.5 release. For more information about the connectivity cross version compatibility...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
"Houston, we got some problem..." and "Houston, we got a problem..." - notice a difference?
Posted
over 6 years ago
by
SQL CE Team
1
Comments
So you have run into a problem - how to efficiently report this: System configuration: On a Desktop/Server, Run Winver from Start -> Run. On a Pocket PC, Start -> Settings -> About On a Smart Phone, a bit more steps - start ->...
Microsoft's Embedded Database - SQL Server Compact - Team Blog
Can’t find P/Invoke DLL sqlcemeNN.dll
Posted
over 6 years ago
by
SQL CE Team
19
Comments
I know this is very annoying, uninformative, directionless…blah blah… error. And, kindly pardon me for blogging about this error very lately. Better late than never and here it goes. What are the actual errors? 1) Can't find P/Invoke DLL sqlceme30...
Page 1 of 2 (50 items)
1
2