Viewing 15 posts - 10,606 through 10,620 (of 59,065 total)
Specifies that the query is optimized for fast retrieval...
November 11, 2018 at 1:43 pm
November 11, 2018 at 1:26 pm
p.s. And sorry about the mess the forum software made with the code and the results. I posted it the same way I did in similar posts above but it...
November 11, 2018 at 8:52 am
November 11, 2018 at 8:50 am
November 10, 2018 at 10:00 pm
As the results I had given before only related to the date...
November 10, 2018 at 9:41 pm
Ok... so nothing has changed much in the last couple of decades for this type of conversion. A trip through character based code to do such conversions is still a...
November 10, 2018 at 1:36 pm
Can we see the code you used to generate the test data? My concern is that it may have a cardinality of "1" and that can lead to some pretty...
November 10, 2018 at 10:48 am
Back to the subject of "switching", I've found that there are several hidden costs to making such switches. The single greatest loss (IMHO) is "Lost Learning" and the "art" of...
November 10, 2018 at 10:04 am
declare @tbl table
( juldate decimal(18, 0)
...
November 10, 2018 at 9:53 am
November 10, 2018 at 9:40 am
Viewing 15 posts - 10,606 through 10,620 (of 59,065 total)