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
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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?
Beta Was this translation helpful? Give feedback.
All reactions