Re-2: Need help migrating MSSQL2008R2 tables into PGSQL & make PGSQL mimic MSSQL behaviour.

From: "Sacha Kerres" <skerres(at)kerres-edv(dot)de>
To: "Greenhorn" <user(dot)postgresql(at)gmail(dot)com>, <buggedme(at)riseup(dot)net>
Cc: <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re-2: Need help migrating MSSQL2008R2 tables into PGSQL & make PGSQL mimic MSSQL behaviour.
Date: 2024-05-08 03:37:36
Message-ID: 0001DB5A.663B0F9F@10.20.80.201
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You can use this tool:

https://www.sqlmanager.net/products/postgresql/datapump

It allows easy migration.. 
Original Message processed by david®
Re: Need help migrating MSSQL2008R2 tables into PGSQL & make PGSQL mimic MSSQL behaviour. 8. Mai 2024, 03:20 Uhr
Von Greenhorn
An buggedme(at)riseup(dot)net
Cc pgsql-general(at)lists(dot)postgresql(dot)org
How many tables do you have, and what are their sizes? I'm asking because if you're considering migrating to PostgreSQL, starting from scratch might be cleaner. This approach will also help you gain a deeper understanding of how data types are handled in PostgreSQL compared to MSSQL.

On Wed, 8 May 2024 at 10:20, <buggedme(at)riseup(dot)net> wrote:
I heard PGSQL can act like MSSQL behaviour so I'm trying to migrating
tables to try it myself, but I really
have hard time to migrating them.

I already looked
https://wiki.postgresql.org/wiki/Microsoft_SQL_Server_to_PostgreSQL_Migration_by_Ian_Harding
but
nothing is useful. For example, "Extension Links" section links are all
PAID links.

I have *.MDF and *.ldf MSSQL2008R2 DATA files.

Can anyone please give me a command to how to migrate those data? I do
not have MS' graphic studio GUI but I can
access this database using "Navicat Lite"(IP:Port login).

Browse pgsql-general by date

  From Date Subject
Next Message Daniel McKenzie 2024-05-08 09:17:40 Unexpected data when subscribing to logical replication slot
Previous Message Greenhorn 2024-05-08 01:20:05 Re: Need help migrating MSSQL2008R2 tables into PGSQL & make PGSQL mimic MSSQL behaviour.