Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Burgo
Contributor
Contributor

tAzureSynapseOutput - insert if not exists property

Hi all,

i've an Azure SQL table with the following primary key:

0695b00000YDMGcAAP.png

I insert records in it with the following part of code:

0695b00000YDMGmAAP.png

0695b00000YDMGrAAP.png

I've tracked in the file_7 of the log catcher_1 the following message:

0695b00000YDMGwAAP.png

It's not working the "insert if not exists" option or i'm messing with tDie or something else?

Thanks.

Labels (5)
1 Reply
Anonymous
Not applicable

Hello,

Have you tried to check that primary key does not exist in the database?

As you added PRIMARY KEY constraint in sql query, you're not doing an insert while there is an existed primary key, even if it has the same value as the row you're trying to update already.

Best reardsd

Sabrina