Hi,
I am not sure if Stored Procedure can be used with an output tool.
My goal is to update some information in a SQL table, originally I wanted to realize it through Output Tool -> Output Options: "Update: insert if new" but I keep getting the error Message "Error: Output Data (59): DataWrap2ODBC::SendBatch: [Microsoft][ODBC Driver 17 for SQL Server]Connection is busy with results for another command Insert into "xxxx"("xxxxx","xxxxx") Values (?,?)"
I have tested this solution in a Test environment (SQL server, DB, and table) created by me matching all Specifications of the Production Environment and my solution works as expected. Unfortunately it doesn't work in the Production Environment and a lot could depend on the Permissions I have granted.
After communicating it to the Server administrators the outcome is that I can't have more permissions than what was already granted. They suggested to integrate my output tool with a stored procedure written by them....how would that work? Is that possible?
Many thanks in advance for your advice