|
|
|
|
|
by jamal-kumar
1728 days ago
|
|
You have two options in this case, tacking on an mssql or general db connect library is asking a lot of a tool made by one guy in lisp. First is writing your own tool with the connector libraries working fine on windows sql server in the lang of your choice which is great if you have to do transformation on the data for whatever reason while you are importing - the second is dumping from mssql to csv, then loading it in, which is honestly the KISS way to go as long as that is all you need to do. Best of luck! |
|