I am trying to replicate a portion of an SQL Server 2008 database in an Android application.
Is there anyway to import into SQLite directly from a script generated by SQL Server?
I have a come across one conversion tool, which is Windows only (doesn't help me), and there is no mention of how get the result onto the Android device.