Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2022 07:29 AM
the issue is not your code but the fact that you run the queries in parallel. The SQL server database cannot handle that for some reason.
f.e. one notebook run is doing an update while another wants to delete that record.