Viewing 15 posts - 586 through 600 (of 1,415 total)
WHERE OrderDate BETWEEN @StartDate AND @EndDate
AND BidDate BETWEEN @StartDate AND @EndDate
If that criteria returned no rows, I would hazard a...
October 9, 2017 at 10:01 am
September 27, 2017 at 9:00 am
September 26, 2017 at 12:11 pm
September 26, 2017 at 9:28 am
September 26, 2017 at 8:36 am
September 26, 2017 at 6:39 am
September 25, 2017 at 12:26 pm
update t1
set @columnname1 = t.value ------ @columname1...
September 25, 2017 at 11:46 am
Regarding the connect item about truncations, its worth noting that a Microsoft person gave feedback in the thread in 2016. I think its worth noting this and giving credit that...
September 20, 2017 at 2:50 pm
Another abbreviation that crops up is CRUD. I remember that in the nineties one developer kept using one of the alternatives where the latter letters referred to Alter and...
September 20, 2017 at 6:12 am
Maybe you could have filereferencei9, filereferenceMVR, etc that takes the place of the "polymorphic" filereference? Otherwise, you'll now need to inventory the types by checking explicitely by type instead of...
September 18, 2017 at 1:39 pm
September 13, 2017 at 10:51 am
August 28, 2017 at 8:39 am
Viewing 15 posts - 586 through 600 (of 1,415 total)