User Activity

Hello all, I have a request where we have a JSON array and we would need to split them up as multiple fixed width items. The output should be a file for each json array → multiple lines of fixed width items separated by new lines. Input : [ { “group”...
Hello All, I am getting transaction deadlocked errors while Updating the records. The snap being used here is SQL Server Update. Transaction (Process ID 92) was deadlocked on lock resources with another process and has been chosen as the deadlock vic...
Hi All, I want to update a column with NULL (using SQL Update Snap) How can I pass DB Null to a column? I have tried passing in “null” that did not work. Please let me know if you have any ideas. Appreciate all your help!