Convert-SQL-Server-to-SQLite icon indicating copy to clipboard operation
Convert-SQL-Server-to-SQLite copied to clipboard

Fork of code from http://www.codeproject.com/KB/database/convsqlservertosqlite.aspx

Results 1 Convert-SQL-Server-to-SQLite issues
Sort by recently updated
recently updated
newest added

In DbAccess\SqlServerToSQLite.cs > CreateTableSchema() Method Line 973: else if (dataType == "ntext") dataType = "text"; // => dataType = "**ntext**";