How to migrate SQL Server to Postgres in 8 steps

preview_player
Показать описание
In this video you will learn steps to migrate SQL Server database to Postgres database. All steps are basic SQL scripts. Which are easy to understand and edit.

Рекомендации по теме
Комментарии
Автор

Awesome Yogesh! Thanks for all your help just managed to do a transformation from SQL to Postgres successfully.

farheenmohammad
Автор

what about stored procedures and functions ?

IdhayanA
Автор

Hello, for some reason running step-3 script I'm getting this Error = [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near the keyword 'Order'. and same kind of error on column with name Key. they are different types for like Order is int and Key Nvarchar. Can't figure out whats causing it. Any ideas what could be causing it ?

MovieMash
Автор

Hello. Error = [Microsoft][ODBC Driver 13 for SQL Server]Unable to open BCP host data-file. I'm getting this type of error in step 3, while exporting the data. Please provide solution if any.

ArunG-iw
Автор

There is already an object named 'tempQueries' in the database. always shown and if we drop the temp
queries shown again
please help me

itvirtual
Автор

does it work for windows to linux. I copied the csv from windows to linux server where postgresql is running. When I run the copy command I get invalid byte sequence for encoding "WIN1251"

prasanna
Автор

Got error msg 40515, reference to database and/or server name in 'master..xp_cmdshell' is not supported in this version of SQL server

sudharsanpramesh
Автор

when i execute script 3 files are not getting in specifies path or location
can you please help me

dwhpbi
Автор

Step 4 does not work for me. It says ERROR: could not open file "whatever.csv" for reading: No such file or directory

SIBUK
Автор

Hi sir, how can i change the encoding parameters?, because when executing these scripts he didn't like special caracters like 'à' (french caracter with accent)

safechanbeh
Автор

Thank you. Eres asombroso, me ayudó muchísimo a migrar la base de datos SQL Server a PostgreSQL. De nuevo, muchas gracias. Saludos desde Barranquilla, Colombia.

FabianCharris
Автор

I am getting error in 3 rd script, it says object tempQueries is already present in the database, i tried renaming it, but didn't work, can u please suggest solution on this ?

lonewolf
Автор

when I execute copy comments, I got this error "ERROR: invalid byte sequence for encoding "WIN1251": 0xff
CONTEXT: COPY paymentmastervisa, line 1 " Can you help me ?

ajitmelepat
Автор

Hey any script to migrate sql stored procedure to postgresql

riyaraghuwanshi
Автор

@techsapphire - Sir, I need your support to migrate Stored Procedures and Functions from MSSQL to Postgresql. Please guide me.

henry
Автор

Thankyou so much for posting such informational videos..waiting for the reply

sheikheshan
Автор

Hi sir I am getting error in step 3 executed successful but in output unable to open BCP host data file please help me in this

alastarvamsi
Автор

Thank you so much. It worked like a Charm...😊

MrSid
Автор

hlo sir, i have to migrate mysql database to postgresql how can i do this

abhijobs
Автор

I need help in step exporting to csv file. I am getting error number 2714
Msg 2714, Level 16, State 6, Line 7
There is already an object named 'tempQueries' in the database.
Can u please help me in this regard?

rpsharry