Click here to Skip to main content
15,886,258 members
Everything / Database Development / SQL Server / SQL Server CE

SQL Server CE

SQL-CE

Great Reads

by Tamer Oz
PocketPcAgent is an application that can be installed on Windows Mobile devices that are running Windows Mobile 5.0 or higher. The application listens to events such as SMS Received, Call Missed, E-Mail Received, Battery Strength Changed, and much more on the Pocket PC.
by Enrique Albert
Azure WebSite and W8 Store App using SQL-CE, Azure SQL, Mobile Services, SignalR, EF, WebAPI and integration to Bing Maps
by Bryan Sachdeva
This article describes how to create a wrapper class for the native Phone API, and then uses it to retrieve and store the call history.
by Md. Marufuzzaman
This tip shows you an easy way to split Microsoft SQL Server table row data.

Latest Articles

by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages
by Emanuel Santos
In this article i will show how to create a basic application to detect and recognize faces using EmugCV.
by Neeraj Prasad Sharma
This article deals with performance difference with literal values
by NightWizzard
Handling for hex expressions and the trailing '}'

All Articles

Sort by Updated

SQL Server CE 

24 Feb 2017 by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages
7 Sep 2016 by Emanuel Santos
In this article i will show how to create a basic application to detect and recognize faces using EmugCV.
26 Aug 2016 by Neeraj Prasad Sharma
This article deals with performance difference with literal values
16 Feb 2015 by DrABELL
Her Most Significant Bit™ NY-2013, All-in-One/Win8 (AIC-2013 FINALIST app)
11 Aug 2014 by Afzaal Ahmad Zeeshan
This article explains how you can use ASP.NET (C#) and search for related queries in your Database.
4 Mar 2014 by Shivprasad koirala
23 Jan 2014 by Christian Graus
A discussion of ways to create random number sequences in SQL Server
23 Jan 2014 by Bart-Jan Verhoeff
An easy way to access your SQL compact edition database in C#
21 Jan 2014 by Christian Graus
A description of the best way to create tally tables, and how to use them
16 Jan 2014 by Christian Graus
Discussion on pivot and other ways to turn columns of data in to rows in SQL Server
13 Jan 2014 by Christian Graus
A discussion of windowing functions, from sum to row_number(), to the new functions in SS2012
12 Jan 2014 by Christian Graus
In this third installment, we look at how Common Table Expressions can simplify your SQL and help you perform complex tasks
6 Jan 2014 by Christian Graus
Just a quick explanation of why it's not always a good idea to use DISTINCT
9 Nov 2013 by Damijan Vodopivec
Sample Code First project with SQL CE 4.0 database
18 Oct 2013 by Brian C Hart
To save you from hunting through the docs and locating downloads, we gather both databases here and walk you through installing them using SQL Server Management Studio Express -- updated for SQL Server 2008 Express Edition!
8 Jul 2013 by JP van Mackelenbergh
Abstracting the ORM Framework via Repository/Unit Of Work patterns
28 May 2013 by Enrique Albert
Patterns and best practices for the desing and development of rich client enterprise applications using WPF, WCF and NHibernate
22 May 2013 by Tadeusz Kaliszewski
A small .NET class library for maintaining SQL CE database schema written in C#.
31 Jan 2013 by Enrique Albert
EF Code First implementation of generic repository and unit of work. With deployment to Azure web sites using SQL Compact.
5 Jan 2013 by Vimalsoft(Pty) Ltd
Coding an N-Tier application in C# without using Wizards.
19 Dec 2012 by Enrique Albert
First draft version of the model, repository, and services.
9 Nov 2012 by Bart-Jan Verhoeff
Access data in any SQL server compact edition datatable using only one line of code in C#
14 Aug 2012 by Duong Ba Hong Minh
A good way to setup and install a multi-tree level structure by using a MS SQL Server database.
7 Aug 2012 by ManojKumar19
This tip demonstrates how table data can be shared in two stored procedures.
24 Jun 2012 by Patrick Kalkman
A complete WP7 application with SQL compact database, LINQ to SQL, MVVM Light and Dropbox integration
30 May 2012 by Kieran Maltz, Cayen Systems
This article describes database communication using a generic Fluent NHibernate implementation.
9 Sep 2011 by ray_mayukh
User friendly query designer and data manipulation tool for SQL Server CE
22 Aug 2011 by RameshSengamalai
DataBinding in WPF Browser Application using SQL Server Compact
3 Jul 2011 by Alexander Galkin
Provides a sample code for a simple test bench application and compares the performance of two most common embedded databases for .NET: Microsoft SQL CE 4.0 and SQLite.
14 Oct 2010 by Ganesan Krishnan
13 Jul 2010 by Md. Marufuzzaman
4 Jul 2010 by Amit Kumar Tiwari
This code sends automatic SMS to birthday boys/girls :) from phone
20 Mar 2010 by Svante Seleborg, Alphons van der Heijden, Dave Shaw, katakana2
A Windows Mobile C# reader for the popular Password Safe archive files.
9 Mar 2010 by pinaldave
SQL SERVER – Order of Columns in Update Statement does not matter
30 Oct 2009 by mstruys, dougturn
Learn to access data through DataSets and SQLCeResultSets in your Mobile apps.
17 Oct 2009 by Nitinpatel
T-SQL script to generate the document of SQL 2000/2005 database
27 Sep 2009 by acarpio1975
Given date ranged data, adjust existing ranges on entry of a new ranged data.
21 Sep 2009 by Apriorit Inc, Oleksandr Dodatko
This article describes the process of initial configuration and basic work with Palm Web OS on the lower level than it's described in Palm SDK docs.
19 Sep 2009 by Paul Rony
A Programmer's Guide to Starting a Software Company and Building an Enterprise Application
7 Sep 2009 by Tamer Oz
PocketPcAgent is an application that can be installed on Windows Mobile devices that are running Windows Mobile 5.0 or higher. The application listens to events such as SMS Received, Call Missed, E-Mail Received, Battery Strength Changed, and much more on the Pocket PC.
1 Sep 2009 by NeoPunk
This article shows how to bind relational data model with object design model
28 Aug 2009 by weilidai2001
Instead of using incremental INSERT to generate test data, this method effectly copies the existing data multiple times.
25 Aug 2009 by Md. Marufuzzaman
Basic overview of SQL Server 2005/2008 Table Indexing
25 Aug 2009 by Jeremy Likness
Common table expressions (CTEs) are a powerful new construct for building advanced queries.
19 Aug 2009 by Md. Marufuzzaman
A list of Global variables in SQL Server and their uses in Transact-SQL
19 Aug 2009 by Md. Marufuzzaman
This article will give you an idea about how to use CASE expression in T-SQL or as a formula of a particular column.
9 Aug 2009 by Md. Marufuzzaman
This article will demonstrate how to get a file name or a file extension as well using Transact-SQL.
9 Aug 2009 by Md. Marufuzzaman
This article will demonstrate how to split a string using Transact-SQL.
29 Jul 2009 by Md. Marufuzzaman
This article will demonstrate the best practice to protect SQL server code object.
28 Jul 2009 by Slava Khristich
How to deliver GPS data asynchronously to the server over the internet without queues.
27 Jul 2009 by Shivprasad koirala
Concurrency handling, compiled queries, CRUD implementation, and mapping simple .NET classes with XML file configuration.
26 Jul 2009 by Md. Marufuzzaman
An easy way to get a list of extended storedProcedure allowed to you for common use
25 Jul 2009 by Md. Marufuzzaman
This article will demonstrate the procedure to shrink the database transaction log.
20 Jul 2009 by Md. Marufuzzaman
How many records are there in your database?
19 Jul 2009 by Md. Marufuzzaman
15 Jun 2009 by Md. Marufuzzaman
This article will demonstrate how we can integrate T-SQL with an external application.
28 May 2009 by Matt Sollars
How to deploy SQL Server CE 3.5 with an application that uses LINQ for data access.
22 May 2009 by Md. Marufuzzaman
An easy technique to store any file into SQL database
13 May 2009 by Mohammad Al Hoss
Passing an array as parameter to SQL server Procedure
11 May 2009 by Ladislav Nevery
Native MySql Client not requiring any special driver or library
29 Apr 2009 by Kamran Hazari
How to create Linked servers in a minute in an easy way
16 Apr 2009 by MiamiCoder
How to create a real-world BlackBerry application.
24 Mar 2009 by Shivprasad koirala
4 steps to use readymade DAL component (Data application blocks)
5 Feb 2009 by Santosh Ingawale
Register a reference mobile number, and receive a reference message on SIM change.
3 Feb 2009 by C.L. Moffatt
This article describes SQL Joins in a visual manner, and also the most efficient way to write the visualized Joins.
11 Jan 2009 by 6opuc
Fast and easy to use data access class library.
17 Dec 2008 by s_arun_kumar
Format Excel Sheet from DTS when Excel is not installed on SQL Server
18 Oct 2008 by Shivprasad koirala
Asp.Net Interview Question Part 3
2 Oct 2008 by Andrew J Dixon
Explaining Database deadlocking to non-technical people
1 Oct 2008 by Casper Leon Nielsen
T-SQL Coding Standard - for programming the Microsoft SQL Server 2005 (DRAFT)
27 Aug 2008 by Shivprasad koirala
ASP.NET interview questions: Part 1.
1 Aug 2008 by Jammer
An article detailing with the odd problems and solutions to using SQL Compact 3.5 in desktop applications.
26 Jun 2008 by johnnycantcode
Create and manage your mobile database using SQL Management Studio and export them to SQL Compact Edition databases
20 Jun 2008 by JustChiragPatel
No need to create web service for SSIS package call
11 Jun 2008 by Srinath Gopinath
How to handle an array parameter in a Stored Procedure [SQL Server].
29 May 2008 by madgardener
Simple destination script to use do updates with a sub query.
10 May 2008 by Tariq Younas
Article describes how to make backup and recovery plan of MOSS 2007.
20 Apr 2008 by gan.gary
An article on a SQL IDE for different type of RDBMS databases
30 Mar 2008 by r.stropek
software architects invites you to prove your knowledge about certain subjects concerning Microsoft .NET technology by participating in a monthly quiz. This month the quiz is about SQL Server.
25 Mar 2008 by Matt Sollars
Overcoming challenges with LINQ to SQL and using LINQ with SQL Server Compact Edition.
24 Mar 2008 by jangtimjang
Do you want to know what your DB programmers are doing?
17 Mar 2008 by User 992674
A Windows application to backup and restore SQL server tables,views,user defined functions and stored procedures
11 Mar 2008 by Joe Negron
The SQL MAX() function is a little tricky when trying to work with numeric data - Not quite the same in other languages.
12 Feb 2008 by Shobhit Dixit
If you have a long list of drop down items and you want to pass in one value, you can use this method
31 Jan 2008 by Muigai Mwaura
Query multiple databases in one expression e.g. an Microsoft Access Database and an SQL Server Database
6 Jan 2008 by mysorian
An HTML Native web Service on SQL Anywhere Database Server
31 Dec 2007 by Sree Nivas
This generates Basic linq codes just by giving necessary inputs
23 Dec 2007 by james.wren
How to add a modified on column in SQL Server using triggers.
19 Dec 2007 by Bryan Sachdeva
This article describes how to create a wrapper class for the native Phone API, and then uses it to retrieve and store the call history.
15 Dec 2007 by craigd
Single-player game using GEOMETRY datatype and spatial functions in SQL Server.
12 Dec 2007 by codelion
Simple bit of Transact SQL to help locate text in a database using cursors
20 Aug 2007 by ihsanps
Merge Replication using SQL 2000 or 2005 using Compact Framework
17 Aug 2007 by ThomasMiller
Descripe the SQL Server 2000/2005 interaction with Active Directory on Windows 2000 or 2003 server