On 12 Jan 2013, at 7:13pm, Ted Heng <[email protected]> wrote: > There are some compatibilities with SQL statements between SQLite and SQL > Server like X' for blob etc.
The syntax produced by the SQLite shell tool is fairly conservative, attempting to be compatible with other SQL engines. However, it is quite possible you'll run up against some incompatibilities. But there are far too many combinations and options in the whole of SQL for us to discuss them all. Try it with your particular data and if you run up against any things you don't understand, post about those specifically and we'll try to help. > Do we have a list of known compatibility issue that I can use to change the > dump statements to the proper SQL Server syntax? This is a SQLite list so we (between us) understand SQLite. If you want to discuss a specific in SQL Server you're going to have to tell us what the problem is, or ask on a SQL Server list where they can be expected to understand it. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

