sqlconverter
sqlconverter copied to clipboard
Simple program to convert Microsoft SQL files to SQLite (and potentially vice-versa)
I am running a 64 bit machine with windows 10. I have 16gb ram. I am converting a SQL Table that is ~ 40gb. The program crashes everytime at ~...
1>C:\Users\eschneider\Downloads\sqlconverter-master\Converter\MainForm.cs(15,27,15,37): error CS0234: The type or namespace name 'Management' does not exist in the namespace 'Microsoft.SqlServer' (are you missing an assembly reference?)
I had a use case recently where I had a need to migrate **most** of the tables from a particular SQL database, where it was acceptable to lose _**some**_ tables...