isapir / Migrate2Postgres

Easily migrate from other DBMSs to PostgreSQL
GNU General Public License v3.0
52 stars 23 forks source link

How to select Windows Authentication in config file #19

Open alex59malinin opened 3 years ago

alex59malinin commented 3 years ago

In config file I see MS SQL Server authentication: mssql : { connectionString : "jdbc:sqlserver://localhost:1433" ,user : "%connections.mssql.user%" ,password : "%connections.mssql.password%" ,databaseName : "AdventureWorks"

How can I set Windows authentication?

isapir commented 3 years ago

It's a Java (JDBC) Connection String, so follow the standards. There's plenty of documentation about it.