Viewing 7 posts - 1 through 7 (of 7 total)
Erland, great! Thank you. I was misremembering the default locking; it's been years since I've read about that and Sql Server & DB admin and programming is obviously not my...
March 2, 2020 at 8:34 pm
Sorry, I know I'm...11 years late to the discussion, but in the original example, why is the condition even necessary? Why not just set FMTONLY OFF every time?
May 16, 2019 at 9:20 pm
Great! Thank you. That all makes sense. The norm is for my RLS policy's filter function is to filter on facilityID and IsDeleted=0, but either of those can be optionally...
August 31, 2018 at 1:50 pm
drew.allen (9/26/2016)
Luis Cazares (9/26/2016)
drew.allen (9/26/2016)
xr280xr (9/26/2016)
September 29, 2016 at 3:20 pm
drew.allen (9/26/2016)
September 26, 2016 at 1:22 pm
Actually, your expansion of a || b || c is incorrect. The correct expansion is
a AND !b AND !c OR -- you need to add that both b and...
September 26, 2016 at 12:46 pm
Selecting into a temp table first is not a solution. When your cursor selects the data back out of the temp table, there's no guarantee it will be in the...
February 21, 2014 at 3:24 pm
Viewing 7 posts - 1 through 7 (of 7 total)