Forum Discussion

Dai9210's avatar
Dai9210
New Contributor II
4 years ago

SQL Server - deadlocked issue

Hello All, I create a pipeline to create a target table based on source table, the steps in the pipeline are: 1.DROP the target table if exists → 2.Create the table if not exists -->3. Modify some ...