Reference to database and/or server name in 'KIOSK.sys.schemas' is not supported in this version of SQL Server
See original GitHub issueSystem information:
-
Operating system (distribution) and version Windows 10 1803
-
DBeaver version 5.3.4.201902031804
-
Java version OpenJDK 11.0.2
-
Additional extensions None
Connection specification:
-
Database name and version SQL Server(Azure) 12.0.2000.8
-
Driver name Azure SQL Server
-
Do you use tunnels or proxies (SSH, SOCKS, etc)? None
Describe the problem you’re observing:
After I connect to a SQL Azure, I can’t open ‘Schemas’ folder.
Steps to reproduce, if exist:
- Add a new connection to SQL Azure and connect to it.
- Open any DB but ‘master’.
- Try to open ‘Schemas’ folder. Following error messages occur.
SQL Error [40515] [S0001]: Reference to database and/or server name in 'KIOSK.sys.schemas' is not supported in this version of SQL Server.
Reference to database and/or server name in 'KIOSK.sys.schemas' is not supported in this version of SQL Server.
Include any warning/errors/backtraces from the logs
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:17 (6 by maintainers)
Top Results From Across the Web
Reference to database and/or server name is not supported in ...
Reference to database and/or server name in 'myNewDatabase.dbo.Tenants' is not supported in this version of SQL Server. So the script created ...
Read more >Reference to database and/or server name in 'master.sys ...
I'm trying to export an SQL Azure database with the DacImportExportCli.exe utility, ... is not supported in this version of SQL server.
Read more >Can not synchronize Azure database, getting error ...
SQLServerException : Reference to database and/or server name in 'master.sys.schemas' is not supported in this version of SQL Server and 1 duplicate reports...
Read more >Reference to database and/or server name in 'master.dbo ...
Open an azure sql database by providing the azure credentials. ... server name in 'master.dbo.sysconfigures' is not supported in this version of SQL...
Read more >Untitled
Ilaria name wiki, Dr oz diet secret in a bottle, Nugent street kildare, ... Versetzung schule deutschland, Sql server 2005 important topics, Groene...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As a workaround, you can put the name of the database you want to connect to in the database connection settings (the field “Database/Schema” just under “Host”.) Apparently Azure SQL doesn’t allow database switching on an active connection.
Hi everyone. Options to use the ability to see all databases of connection implemented in this ticket and will be available in the next release, 22.1.4 By default, only specified in the connections setting database will be shown in the Database navigator tree.
And we created another ticket to solve the main issue of this ticket: https://github.com/dbeaver/dbeaver/issues/17263