Viewing 15 posts - 301 through 315 (of 1,246 total)
It sounds like some clarification may be in order here...
There are the joins that we specify when writing T-SQL and there are the joins that SQL Server uses in...
May 30, 2018 at 11:35 am
May 30, 2018 at 9:27 am
May 16, 2018 at 12:19 pm
May 8, 2018 at 11:14 am
May 7, 2018 at 9:23 pm
May 6, 2018 at 12:38 am
Just for the fun of it, let the user decide the "same day" behavior...
DECLARE
@_beg_day VARCHAR(10) = 'thurs',
@_end_day VARCHAR(10) = 'thursday',
@_sdow BIT =...
May 5, 2018 at 11:09 pm
May 5, 2018 at 9:10 pm
I agree that if you aren’t failing occasionally, you aren’t doing anything. I also agree that you have to have the freedom to fail. Companies that don’t tollerate failures end...
May 5, 2018 at 7:40 pm
I’ve never been involved in a project that went that far south but I have seen some real $hit $hows. Usually, when it happens because senior level managers have larger...
May 5, 2018 at 7:25 pm
May 4, 2018 at 3:00 pm
May 2, 2018 at 9:44 pm
Here is the first round of testing...
Since I'm running 2017 on my home machine, I went ahead and threw in a STRING_AGG version as well...
To begin, the...
May 2, 2018 at 9:15 pm
Jeff Moden - Wednesday, May 2, 2018 4:47 PMI'm seriously missing it in the thread above. What "small change" did Luis make?
Not...
May 2, 2018 at 7:35 pm
Viewing 15 posts - 301 through 315 (of 1,246 total)