SQL Server Compact 3.5 Downloads
Microsoft SQL Server Compact 3.5 released with Visual Studio 2008. The English release of SQL Server Compact 3.5 is available on the download center and the links are as given below: 1. SQL Server...
View ArticleSqlCeEngine/ISSCEEngine: Shrink Vs Compact
The difference between these two is much similar to Internal and External Memory Fragmentation. From SqlCeEngine.Shrink documentation, Reclaims wasted space in the database by moving empty and...
View ArticleTroubleshooting: Can’t load sqlce dll
SQL Server CE/Comapct uses Windows API LoadLibrary (PlatformBuilder or WinCE or Win32) to load the DLLs. When LoadLibrary fails to load any SQL CE dll, we throw the error “Can’t load sqlce dll”....
View ArticleCan’t find P/Invoke DLL sqlcemeNN.dll
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...
View Article"Houston, we got some problem..." and "Houston, we got a problem..." - notice...
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...
View ArticleConnectivity Cross Version Compatibility (SQL Server Compact 3.5)
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...
View ArticleSQL Server Compact Release Versions
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...
View ArticleDownload available for SQL Server Compact 3.5 SP1 Beta for ADO.Net Entity...
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...
View ArticleMy First Entity Application Against SQLCE
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...
View ArticleDropping Defaults (Column Constraint)
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...
View ArticleQuery performance
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...
View ArticleKatmai new datatypes support
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...
View ArticleInsight into SQL Server Compact database corruptions
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...
View ArticleReleased - SQL Server Compact v3.5 SP1, SQL Server 2008 RTM, Visual Studio...
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...
View ArticleSync Services optimizations
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...
View ArticleHow to: Authoring a 64-bit ClickOnce Bootstrapper package in Visual Studio...
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...
View ArticleOverview of SqlCeReplication methods - LoadProperties and SaveProperties
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...
View ArticleAfter moving the database from one platform to other, the first...
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: For an index on string type...
View ArticleSQL Server Compact Garbage Collection – Whys and Hows
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...
View ArticleTroubleshooting: Access Violation exception while using SQL Server Compact...
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...
View Article