-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSSQL cannot load all databases with all of their schemas #17
Comments
Sure, and it will show the tables for that particular database but not for any of the others on the host. What I am looking for is to have all the databases and all of their schemas along with their tables to show up in the tree. |
#17 For databases that support catalogs SQuirreL now allows to specify additional catalogs to load. See the new toolbar button with the three dots icon next to the catalogs combo box at the upper left of a Session panel.
The functionality described in the excerpt from SQuirreL's change log below is committed to our GIT repositories and will be available in future snapshots and versions
|
The problem is in part a problem of SQuirrel and in part a problem of the MSSQL JDBC driver: SQuirreL:
MSSQL JDBC driver:
You may contact your driver vendor on this issue. |
Hello,
I'm currently using version 4.6.0. I am connect to an MSSQL database using the microsoft JDBC driver. When I connect to a server using Squirrel, I can see all the databases, but when I expand to see the schemas for each database I can only see the system ones. Is this a limitation where I have to set the database in the connection string or is there some kind of setting I can change to get this to load?
my connection string is like this: jdbc:sqlserver://[hostname]:1433;trustServerCertificate=true;domain=[domain name];integratedSecurity=true;authenticationScheme=NTLM
If its a limitation, is there an enhancement request I can follow or a plugin that can be recommended?
Many Thanks.
The text was updated successfully, but these errors were encountered: