Microsoft SQL Server Compact 4.0 is a free, embedded database that software developers can use for building ASP.NET websites and Windows desktop applications. SQL Server Compact 4.0 is the default database for Microsoft WebMatrix. For enhanced development and debugging capabilities, including designer support, Visual Studio can be used to develop ASP.NET web applications and websites using it. Enabled to work in the medium or partial trust environments in the web servers, and can be easily deployed along with the website to the third party website hosting service providers. This also provides stronger data security with the use of the SHA2 encryption algorithms for encrypting the databases. The latest version also supports T-SQL syntax enhancement by adding support for OFFSET and FETCH that can be used to write paging queries. Used with ADO.NET Entity Framework, SQL Server Compact now supports the columns that have server generated keys like identity, rowguid etc. and the code-first programming model. SQL Server Compact 4.0 is freely redistributable under a redistribution license agreement.
Download Microsoft SQL Server Compact 4.0 SP1
Here are my earlier article on SQL Server CE
- Difference Between SQL Server Compact Edition (CE) and SQL Server Express Edition
- SQL SERVER – CE – 3 Links to Performance Tuning Compact Edition
- SQL SERVER – CE – List of Information_Schema System Tables
- SQL SERVER – Server Side Paging in SQL Server CE (Compact Edition)
- SQL SERVER – CE – Samples Database for SQL CE 4.0
Reference:Â Pinal Dave (https://blog.sqlauthority.com)
2 Comments. Leave new
Is SQL Server Compact Edition 4 just a warmed-over copy of the old Microsoft Jet engine, complete with all the issues and problems that have plagued Jet since its inception back in 1992 when Microsoft Access was first introduced?
Hello!
Do you know if SQL CE 4 is working on a Windows Mobile 5 device?