Export data from query to another database server no longer works? #12845
-
This used to work before. Now it does not work anymore. I run a SQL query on (read-only) Microsoft SQL Server (using "MS SQL Server / SQL Server (Old driver, jTDS)"). Data Transfer modal window > Database > Table mapping > Target container ... Is this some feature which was dropped from DBeaver? Or could the problem be in Eclipse? Or is there some setting which I am now missing perhaps? The situation does not change whether I have the PostgreSQL server and a target databse opened as "set as default" or not. I cannot now check in what DBeaver CE version I was using before, but now after upgrading from Fedora 30 -> Fedora 34, Eclipse is v 2021-03 (4.19) and DBeaver plug-in is 21.1.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the reason. I had different SQL servers in different Eclipse projects, and it didn't allow to export data between projects. When I made both SQL server connections inside the same Eclipse project, it allowed to transfer the query result data. |
Beta Was this translation helpful? Give feedback.
I found the reason. I had different SQL servers in different Eclipse projects, and it didn't allow to export data between projects. When I made both SQL server connections inside the same Eclipse project, it allowed to transfer the query result data.