Run Task Error - Operation with dblink #18234
albercik777
started this conversation in
General
Replies: 1 comment 1 reply
-
Is this info correct for your query? Did you choose the right catalog for your task? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have some issu with DBeaver and running Task with Sql Script - updating table at DBLinked Table.
I have MS SQL Server (2016) - let's call it: Srv1, there is an DB Link to other MS SQL Server - let's call it: Srv2.
If I run query to table at Srv2, from Srv1 - it works fine
select * from DbLinkName.Database.Scheme.TableName;
delete from DbLinkName.Database.Scheme.TableName;
but when i save it in a Script.sql and try to run by task, i got error:
Could you please help me to resolve this issue.
As I said above - If i run the same command in SQL Script Window - it works fine and done it's job. But Task Run, fails.
I also save that command in a procedure - but it didn't resolve my problem
Regards
Kamil
Beta Was this translation helpful? Give feedback.
All reactions