Viewing 15 posts - 256 through 270 (of 3,543 total)
July 26, 2018 at 6:48 am
July 9, 2018 at 5:15 am
June 6, 2018 at 1:56 am
June 6, 2018 at 1:52 am
June 4, 2018 at 2:05 am
I
May 24, 2018 at 9:30 am
May 23, 2018 at 7:24 am
May 23, 2018 at 3:22 am
Performance could be an issue here and Jeff's suggestion of Quirky Update would probably the best.
However, a possibility
WITH cte ([Name],[Date],[AMOUNT of JOBS],RowNum) AS (
SELECT...
May 23, 2018 at 2:03 am
I cannot see why a matrix will not do what you want.
Make the dataset have row number, column number (must be sequential starting at 1) and the value for the...
May 22, 2018 at 2:12 am
May 6, 2018 at 7:50 am
I can not pass judgement either way, just to say I never use CASCADE deletes.
This probably stems from past experience of a root delete cascading to an empty database (luckily I...
May 6, 2018 at 3:24 am
Wow this thread went a bit sideways 🙁
When I first read the first post I naturally thought of possible solutions. I did not even think about Monday to Monday...
May 6, 2018 at 3:11 am
Viewing 15 posts - 256 through 270 (of 3,543 total)