Viewing 15 posts - 271 through 285 (of 1,243 total)
April 21, 2017 at 1:15 am
April 12, 2017 at 6:22 am
GeorgeCopeland - Sunday, April 9, 2017 7:49 PMUm, no. Do it right the first time.
That raises the question of 'what is right'...
April 10, 2017 at 6:01 am
It's cooking and running for me. Oddly, I find the more I cook, the more I have to run.
March 31, 2017 at 7:21 am
The assumption I've made is that HRID represents a Student OR an Employee. The employees represent the teaching staff, cleaners and caterers etc and the students are the actual pupils...
March 29, 2017 at 2:59 am
I see. It's logical that a function on the right of an ON (which is what I meant when I said WHERE clause above) won't affect SARGability.
It certainly...
March 22, 2017 at 8:33 am
SELECT
March 22, 2017 at 6:53 am
CREATE TABLE #items ---- Build test tables, credit to the great Jeff Moden for this bit.
(
ItemID INT IDENTITY(101,1)
,Title VARCHAR(6)
)
ALTER TABLE...
March 22, 2017 at 4:51 am
You're welcome. I've been caught out by that myself recently :blush:
March 15, 2017 at 7:58 am
I see. I'm assuming your dropdowns are Report Parameters. If that is the case, if you tick the Allow Multiple Values box thusly
then set your filter like...
March 15, 2017 at 7:35 am
March 15, 2017 at 7:03 am
You need to include the two columns in the #Temp table that you reference in the subquery. It doesn't matter that they are present in the permanent tables, they need...
March 10, 2017 at 7:13 am
March 9, 2017 at 5:13 am
Do you know when you've explained to a user at least twice that unless they fix their data and pay for the changes necessary to map two entities directly, the...
March 9, 2017 at 1:21 am
I'm absolutely sure that the data didn't change because the only person that could have changed it was me. The report is based on a data warehouse that is loaded...
March 8, 2017 at 6:55 am
Viewing 15 posts - 271 through 285 (of 1,243 total)