You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: