Skip to content

Copy Data from a SqlCE-Database (.sdf) to a SQLite-Database (.db3)

License

Notifications You must be signed in to change notification settings

OtmarP/SqlCe2SQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlCe2SQLite

Copy Data from a SqlCE-Database (.sdf) to a SQLite-Database (.db3)

Info:

  • SqlCE-Databases must be exist, SQLite-Database will be created.
  • If no Tables (Structure) in SQLite-Database, it will be created.

Timings (on Microsoft Surface Book i7, 16GB, SSD):

V2: with Bulk insert

  • Count: Tables: 22, Rows: 83935, Rec/Sec: 6044,44
  • Duration: 00:00:13.88

V1: normal

  • Count: Tables: 22, Rows: 83935, Rec/Sec: 36,37
  • Duration: 00:38:27.48

About

Copy Data from a SqlCE-Database (.sdf) to a SQLite-Database (.db3)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages