Viewing 15 posts - 721 through 735 (of 4,087 total)
Some of the bank security stuff is a total joke. I like how...
January 15, 2019 at 2:14 pm
SELECT o.OrderID, o.OrderPaid, o.TotalTaxes, o.OrderTotal,
...
January 15, 2019 at 1:37 pm
Drew
January 15, 2019 at 1:01 pm
I had to change my password at work today. I set it to a 12-character string with a mix of uppercase, lowercase, and numbers. When I came back from lunch,...
January 15, 2019 at 11:52 am
January 15, 2019 at 9:50 am
January 15, 2019 at 8:32 am
CROSS APPLY isn't the correct approach here. CROSS APPLY should be used when the subquery is dependent in some way on the main query, and that's not the case here. ...
January 15, 2019 at 8:18 am
January 14, 2019 at 3:18 pm
There are several things wrong with this query.
1) rCTEs are a HORRIBLE way to do a sequence of numbers. You're not noticing it, because the size is so...
January 14, 2019 at 3:04 pm
You haven't given very much detail, and what you have given has a very basic answer, so I feel like you've left out some important details. Perhaps if you tell...
January 14, 2019 at 1:27 pm
January 14, 2019 at 12:25 pm
People often overcomplicate fiscal calculations, because the calendar year is so engrained in our psyches. I think of fiscal years as a special type of DATETIMEOFFSET where instead of the...
January 14, 2019 at 9:37 am
January 11, 2019 at 2:20 pm
January 11, 2019 at 2:17 pm
Viewing 15 posts - 721 through 735 (of 4,087 total)