Viewing 15 posts - 61 through 75 (of 276 total)
Thanks as always for weighing in Jeff. I've read up on salted hashed values before, so conceptually it makes perfect sense to me. But I've never actually implemented anything like...
August 3, 2018 at 8:23 pm
I definitely appreciate your feedback. Maybe I am just overthinking it. Thanks!
August 3, 2018 at 2:08 pm
Yes, my concern with an incrementing, numeric, identity-type column is that I know it's generally discouraged to make those client-facing. And what I specifically need here is a reasonable-size value...
August 3, 2018 at 1:42 pm
I'm still unclear if the CATCH block is even executing or if it's successfully firing the logging SP or not.
July 27, 2018 at 6:04 pm
Yeah that left join isn't going to function as a left join.
July 27, 2018 at 3:16 pm
Dumb question probably, but have you confirmed that SP_LOGERROR is capturing the event every time it errors? If so, have you confirmed in the resulting log that @ISSUE_NUM was a...
July 27, 2018 at 3:14 pm
I came to the same conclusion. 🙂 I dumped the UNPIVOT results into a temp table and indexed it as you suggested.
July 26, 2018 at 12:15 pm
Wow, never used results to text, and never knew about "alt + select"! Thanks. Still, getting any semblance of clean formatting in my post took ages. Hope it's helpful to...
July 26, 2018 at 10:16 am
Thanks everyone! Jason, just a quick note to say that my actual source table is a denormalized mess. I did an UNPIVOT to get it into the above shape, so...
July 26, 2018 at 9:14 am
Awesome, thank you Jeff! I will test this out tomorrow and post back!
July 25, 2018 at 9:47 pm
Holy cr@p. What a nightmare.
May 19, 2018 at 9:13 am
I'm in the San Francisco area, but planning to travel to Michigan next year. Maybe I can catch you at an event!
May 18, 2018 at 11:34 pm
May 18, 2018 at 2:44 pm
May 18, 2018 at 2:11 pm
OP claims "Same predicates, same filters"
May 18, 2018 at 12:09 pm
Viewing 15 posts - 61 through 75 (of 276 total)