Migrate2Postgres icon indicating copy to clipboard operation
Migrate2Postgres copied to clipboard

How to select Windows Authentication in config file

Open alex59malinin opened this issue 3 years ago • 1 comments

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?

alex59malinin avatar Nov 15 '20 14:11 alex59malinin