Viewing 15 posts - 811 through 825 (of 1,391 total)
There's the occasional gem to be found but...
In my 2.5 months there were 2 answers which stood out as real gems.
Check this out. Ben Thul posted a full working...
October 30, 2020 at 4:33 pm
Steve Collins wrote:My goal is to come up with questions
Weird, the message above is not the message in the email notification...
Ha, yes I changed it a bunch of times. It...
October 30, 2020 at 2:40 pm
My goal is to come up with questions
October 29, 2020 at 6:58 pm
OK, it turns out that after meeting with the Development Team, this was a much more complex table design than originally needed. So, I don't need any of this,...
October 28, 2020 at 9:10 pm
One issue you might run into when opening this JSON is some of the fields were given names which are SQL Server reserved words, for example 'Date' and 'Order'. There...
October 28, 2020 at 7:39 pm
It appears you're looking to use horizontal partitioning.
October 27, 2020 at 12:28 pm
You could do it by offset paging if each of the "sessions" requests a different page. Is it possible for each request to query for a different page? Otherwise, it...
October 26, 2020 at 9:16 pm
Actually I have to waffle and say maybe it belongs in the employees table
October 26, 2020 at 12:40 pm
Since it's a calculation based on the current state of the data couldn't you just use a query? Why does the balance have to be stored? Perhaps it...
October 26, 2020 at 11:56 am
Since it's a calculation based on the current state of the data couldn't you just use a query? Why does the balance have to be stored? Perhaps it could be...
October 26, 2020 at 11:27 am
Disclaimer: I'm not saying this is the correct way to do this. But it's compact and nice to look at imo. String integers convert implicitly and time differences are easily...
October 22, 2020 at 1:22 pm
Viewing 15 posts - 811 through 825 (of 1,391 total)