Viewing 15 posts - 2,131 through 2,145 (of 4,820 total)
One way to compare a given role with another one is to use EXCEPT. The trouble is that you have to do it both ways, meaning SELECT * FROM ROLE1_DATA...
October 3, 2017 at 1:06 pm
Note that I added the having clause to the posted query above, rather than repost the whole shootin' match.
October 3, 2017 at 12:56 pm
Not sure if this will perform better, but given the number of CASE statements, it may. Also, do you still have a need for a HAVING clause?WITH TABLEA AS...
October 3, 2017 at 12:48 pm
October 3, 2017 at 11:17 am
There are a couple of references in your query to dbo.TABLEW, but your second CTE is TABLEW. No amount of adding a HAVING clause is going to make the query...
October 3, 2017 at 11:01 am
Given your requirements, you appear to only need to worry about holidays that occur within the first 3 calendar days of the month. US only has Independence Day (July 4th,...
October 3, 2017 at 10:46 am
I'm pretty sure you can't run SSIS in 32-bit mode AND go after an ODBC source via the 64-bit driver. If your ODBC Connection uses the 64-bit driver, that's quite...
October 3, 2017 at 7:57 am
I pasted the code from NotePad. They're never recovered from the "improvements" made...
October 3, 2017 at 7:36 am
October 3, 2017 at 7:10 am
October 3, 2017 at 7:09 am
October 3, 2017 at 6:44 am
How can I write expression in SSRS to...
October 2, 2017 at 12:58 pm
October 2, 2017 at 12:46 pm
So sorry. ok, so the query pulls back data based on the current month to...
October 2, 2017 at 11:04 am
October 2, 2017 at 10:51 am
Viewing 15 posts - 2,131 through 2,145 (of 4,820 total)