Viewing 2 posts - 1 through 2 (of 2 total)
I've made some progress with my query and this is how it is now:
SET NOCOUNT ONselect sa.userIDfrom SmartAgents sa where exists(select 1 from SmartAgents_toSend sas join...
September 15, 2020 at 6:45 pm
#3788650
Also why are you using the NOLOCK query hint? Do you understand the consequences of using this? I suspect that using that hint is going to only cause more...
NOLOCK
September 5, 2020 at 10:02 pm
#3786624