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.
Asked
Active
Viewed 264 times
0
-
Possible duplicate. https://stackoverflow.com/questions/6842393/import-sql-dump-into-postgresql-database?rq=1 – SS_DBA Jan 11 '18 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 Jan 11 '18 at 19:57