Updating remote table not working on sqlserver
Summary
Updating remote table not working on sqlserverContent
Hi,
I have an integration the execute sqlserver stored procedure, in the store procedure there is an update of a remote table (on different server).
The stored procedure does not return any error but does not run the update.
When calling the same stored procedure from the SQL server studio with the same user it works.
Any ideas?
0