Viewing 15 posts - 721 through 735 (of 1,415 total)
Interesting question, looking forward to the replies!
I personally would probably use a loop for this. The difference is that I'd loop over the number of concatenations needed, not the number...
August 5, 2016 at 11:27 am
TomThomson (8/2/2016)
patrickmcginnis59 10839 (8/2/2016)
Iulian -207023 (8/2/2016)
TomThomson (8/2/2016)
It indicates yet another piece of really sloppy human interface design on Microsoft's part. if Foreign Keys on temprorary tables are...
August 3, 2016 at 6:28 am
Iulian -207023 (8/2/2016)
TomThomson (8/2/2016)
It indicates yet another piece of really sloppy human interface design on Microsoft's part. if Foreign Keys on temprorary tables are not enforced, allowing...
August 2, 2016 at 10:21 am
Doctor Who 2 (7/24/2016)
August 2, 2016 at 7:14 am
TomThomson (8/2/2016)
It indicates yet another piece of really sloppy human interface design on Microsoft's part. if Foreign Keys on temprorary tables are not enforced, allowing them to...
August 2, 2016 at 7:09 am
robert.sterbal 56890 (8/1/2016)
August 1, 2016 at 10:28 am
Check this article out, pretty much gives you the run down. Direction matters!
August 1, 2016 at 7:18 am
GSquared (7/28/2016)
I tried a few things like having the ON condition include both tables, and it still worked.
Always updated from the header table, not the detail table, so...
July 28, 2016 at 7:26 am
awesome!
July 25, 2016 at 12:08 pm
kat35601 (7/25/2016)
select
week_,2013 as x2013,2014 as...
July 25, 2016 at 8:22 am
Brian J. Parker (7/18/2016)
Rod at work (7/18/2016)I've been wearing earbuds constantly in an effort to try and drown out the distracting noise. Now my hearing is beginning to suffer.
Sorry to...
July 18, 2016 at 1:07 pm
Igor Micev (7/12/2016)
patrickmcginnis59 10839 (7/12/2016)
An ORDER BY clause can be used explicitly in the end as well. In that case the COUNT is not deterministic. See Deterministic and Nondeterministic Functions...
July 12, 2016 at 7:00 am
An ORDER BY clause can be used explicitly in the end as well. In that case the COUNT is not deterministic. See Deterministic and Nondeterministic Functions for more.
but the...
July 12, 2016 at 6:10 am
Eric M Russell (7/6/2016)
July 7, 2016 at 7:55 am
Viewing 15 posts - 721 through 735 (of 1,415 total)