Is there a tool to migrate an SQLite database to SQL Server (both the structure and data)?
For Android.
adb root adb shell cd /data/com.xxx.package/databases/ sqlite3 db_name .dump >dump.sql