Architecture
- Structure of SQL Server CE
- Architecture of host data transfer
ADOCE, OLEDBCE, and ADOXCE
- Using ADO objects
- Processing recordsets
- Handling errors
- Using OLE / DB
- Using ADOXCE
SQL Server CE databases, tables, and indexes
- Concepts, databases, tables, indexes, internal structures
- In place SQLCE database creation
- Creating a SQL Server CE database from a SQL Server database
- Differences between SQL Server CE and SQL Server
Retrieving SQL Server CE data
- Specifying criteria
- Ordering, aggregating, grouping, and joining
- Differences between SQL Server CE and SQL Server
Modifying SQL Server CE data
- Insert, updata and delete
- Differences between SQL Server CE and SQL Server
|
Optimizing SQL Server CE performance
- Using indexes
- Rewording queries
- ADO / OLEDB parameters
- Adjusting application design
Transfering data between SQL Server CE and SQL Server
- Concepts
- Connectivity issues
- Built in tools: RDS and Merge replication
Using Remote Data Access
- Establishing connectivity
- PUSH
- PULL
- Submit SQL
- Handling conflicts and errors
|
Using Merge Replication - Part I
- Connectivity: Publishers, subscribers, and distributors
- Implementation
Using Merge Replication - Part II
- Establishing partitioning
- Using ranged identities
- Detecting and resolving conflicts
- Handling errors
- Chosing between RDS and Merge replication
Summary
- SQL Server CE
- ADO and OLE DB
- RDS
- Merge Replication
|