Viewing 15 posts - 136 through 150 (of 2,458 total)
February 28, 2018 at 1:09 pm
February 28, 2018 at 12:42 pm
WHERE @SearchVal NOT LIKE '%[^0-9.]%'
AND LEN(@SearchVal) - LEN(REPLACE(@SearchVal,'.','')) < 2
February 28, 2018 at 12:27 pm
February 28, 2018 at 11:38 am
The solution will involve ROW_ NUMBER() OVER (PARTITION BY empnum ORDER BY email DESC, LEN(<name field you're measuring> DESC)
February 28, 2018 at 11:36 am
A few things:
1. The plan you attached is the Estimated Plan which will not be helpful here
2. A TOP (10) - that will affect the execution plan, what...
January 31, 2018 at 1:27 pm
It depends on how much far back you want to go. I don't think I've ever done a point-in-time restore to the any system database so, for me, simple is...
January 29, 2018 at 12:45 pm
I'm in Chicago, IL and can only speak about what I've seen in America. From what I'e seen, more and more companies are allowing remote work. Our DBA works from...
January 23, 2018 at 2:01 pm
January 9, 2018 at 10:41 pm
January 8, 2018 at 10:00 pm
January 8, 2018 at 11:39 am
Viewing 15 posts - 136 through 150 (of 2,458 total)