Stored procedure not executing in parallel on Azure SQL Server
I need to delete a lot of users and users data, and in hangfire I created a job that enqueues 5 jobs that each execute stored procedure and passes Ids for deletion(batches of 100):
I need to delete a lot of users and users data, and in hangfire I created a job that enqueues 5 jobs that each execute stored procedure and passes Ids for deletion(batches of 100):