SQL Server Express LocalDB

SQL Server Express LocalDB
Database background

LocalDB is a lightweight version of the SQL Server Express Database Engine created specifically for developers. It starts on demand and runs in user mode, so there is no complex configuration. By default, LocalDB databases create .mdf files in the C:/Users/<user> directory.

Developers for whom LocalDB is enough don't need to install and manage a full instance of SQL Server Express. It offers T-SQL like standard SQL Server does and is a good embedded database. It doesn't create Windows services at all; LocalDB processes are started and stopped as needed.

SQL Express LocalDB can be considered as the next logical step from SQL Server Compact (SQLCE) when you need a truly powerful embedded database.

SQL Server Express LocalDB data types we support

Integral:
bigintintsmallinttinyint
Decimal:
decimal (numeric)doublefloat (real)moneysmallmoney
Text:
charncharntextnvarchar (sysname)nvarchar(max)textvarcharvarchar(max)
Binary:
binarybittimestampvarbinary
Date/Time:
datedatetimedatetime2datetimeoffsetsmalldatetimetime
Large objects:
geographygeometryimagentextnvarchar(max)textvarbinary(max)varchar(max)xml
Other:
dynamicobjecthierarchyidsql_varianttableuniqueidentifier

Export SQL Server Express LocalDB Database

It may make sense to migrate your data away from SQL Server Express LocalDB. You may want to do it permanently or just need to share your tables with a collague in a different format.

We will copy all your tables with their data and apply indexing and relationships exactly as they are in your current SQL Server Express LocalDB database. In a nutshell, you get exactly the same database in another database engine. Each time you run the migration, we will copy all the tables again. Of course, we have a built-in scheduler, so you can run this overnight and have a fresh database copy in the morning.

Take a look at the quick tutorials below to see how it's done.

Import data into SQL Server Express LocalDB Database

Additionally, if you want to import data on a regular basis and do not want to recreate the whole target database from scratch every time, but rather do tiny targeted sync of only changes since the last run, please use Full Convert Pro or Ultimate.

Take a look at the quick tutorials below to see how it's done.

Access to SQL Server Express LocalDB
Azure SQL to SQL Server Express LocalDB
Clipper to SQL Server Express LocalDB
CockroachDB to SQL Server Express LocalDB
CSV to SQL Server Express LocalDB
dBase to SQL Server Express LocalDB
Excel to SQL Server Express LocalDB
FileMaker to SQL Server Express LocalDB
Firebird to SQL Server Express LocalDB
Greenplum to SQL Server Express LocalDB
Gupta SQLBase to SQL Server Express LocalDB
IBM DB2 LUW to SQL Server Express LocalDB
Ingres to SQL Server Express LocalDB
Interbase to SQL Server Express LocalDB
JSON to SQL Server Express LocalDB
MariaDB to SQL Server Express LocalDB
MySQL to SQL Server Express LocalDB
NexusDB to SQL Server Express LocalDB
NuoDB to SQL Server Express LocalDB
ODBC to SQL Server Express LocalDB
Oracle to SQL Server Express LocalDB
Oracle RDB to SQL Server Express LocalDB
Paradox to SQL Server Express LocalDB
Pervasive PSQL to SQL Server Express LocalDB
PostgreSQL to SQL Server Express LocalDB
Progress to SQL Server Express LocalDB
QuickBooks to SQL Server Express LocalDB
SAP Adaptive Server Enterprise to SQL Server Express LocalDB
SAP Advantage to SQL Server Express LocalDB
SAP IQ to SQL Server Express LocalDB
SIARD to SQL Server Express LocalDB
SQL Anywhere to SQL Server Express LocalDB
SQL CE to SQL Server Express LocalDB
SQL Server to SQL Server Express LocalDB
SQL Server Express to SQL Server Express LocalDB
SQLite to SQL Server Express LocalDB
Vertica to SQL Server Express LocalDB
VistaDB to SQL Server Express LocalDB
Visual FoxPro to SQL Server Express LocalDB