Does anyone know of a tool to migrate a Sqlite database to SQL Server(both the structure and data)?
Thanks?
|
|
Does anyone know of a tool to migrate a Sqlite database to SQL Server(both the structure and data)? Thanks?
|
||
|
|
|
|
sqlite does have a .dump option to run at the command line. Though I prefer to use the SQLite Database Browser application for managing sqlite databases. You can export the structure and contents to a .sql file that can be read by just about anything. File > Export > Database to SQL file. |
||
|
|
|
The Sqlite I don't know how the import is done in SQL Server; perhaps someone can edit this post with specific instructions? |
||
|
|