Right now, I have been provided with a database dump of a SQL Server table and I need to load into a postgresql. Are there any good tools to convert the file and then load it? I have already tried pgloader. However, this returns me some really bad coding errors.
-
Possible duplicate. stackoverflow.com/questions/6842393/…SS_DBA– SS_DBA2018-01-11 19:28:11 +00:00Commented Jan 11, 2018 at 19:28
-
More details about how the dump was performed are needed. Is this just csv data? An MDF? A .bak? SQL Insert statements? Excel?Joel Coehoorn– Joel Coehoorn2018-01-11 19:57:34 +00:00Commented Jan 11, 2018 at 19:57
Add a comment
|