Nov 02 2023 12:56 AM
Hi, I am fairly new to using MSSQL in general and am currently having trouble optimizing my recursive query. Here is a list of approaches I have tried:
Parallel Execution:
Using a Temp Table and While Loop:
Using a View:
Batch Processing:
Given that I may not be able to optimize the query any further, is there any other way to improve the performance of the recursive query? I have searched extensively on the internet but haven't found any additional solutions. I hope my description makes sense.
Thank you!
Nov 03 2023 12:02 AM