There are some compatibilities with SQL statements between SQLite and SQL 
Server like X' for blob etc.  Do we have a list of known compatibility issue 
that I can use to change the dump statements to the proper SQL Server syntax?

Thanks, Simon.


On Jan 12, 2013, at 11:01 AM, Simon Slavin <[email protected]> wrote:


On 12 Jan 2013, at 6:58pm, Ted Heng <[email protected]> wrote:

> I'm trying to export my SQLite database into SQL Server 2008, but it's very 
> difficult.  I'm building an iOS App using Core Data with SQLite and it works 
> very well.

Use a SQLite tool to dump to .csv or SQL format, then use a SQL Server tool to 
import the results into your SQL database. Since this is a SQLite list, we can 
help with a good SQLite tool:

http://www.sqlite.org/sqlite.html

downloadable from the SQLite site, but for the SQL Server tool you need to look 
elsewhere.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to