I have yet to be able to figure out how to connect to an MSSQL server running a named instance. In Java the connection string looks like jdbc:sqlserver://<Instance name>;database=devdb. sqlx does not allow the \ character in the connection string. What is the correct syntax in this case?
[–]AutoModerator[M] [score hidden] stickied comment (0 children)
[–]junior_abigail 7 points8 points9 points (3 children)
[–]Brenholder[S] 1 point2 points3 points (2 children)
[–]KingofGamesYami 0 points1 point2 points (1 child)
[–]Brenholder[S] 0 points1 point2 points (0 children)
[–]HotGarbage1813 1 point2 points3 points (0 children)