dimitri / pgloader

Migrate to PostgreSQL in a single command!

Home Page:http://pgloader.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSSQL connection string format

MadhuPristine opened this issue · comments

Hi,
I'm not able to connect with MSSQL having servername 192.168.01.12\sqlserver2014,1436 username sa and password test@123.
Can anyone help me to find how to specify source with above details

Regards
Madhu

It's stated in the docs: https://pgloader.readthedocs.io/en/latest/ref/mssql.html
Since you have an @ in your password, please also have look at the connection string section, which explains how to escape such special characters: https://pgloader.readthedocs.io/en/latest/command.html#connection-string

If I understand your comment correctly, it'll probably be mssql://sa:test@@123@192.168.01.12/sqlserver2014,1436