Viewing 15 posts - 826 through 840 (of 1,401 total)
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
Mission accomplished. It only took 4 days.
October 21, 2020 at 3:19 pm
[Edit] I thought there was a typo in line 2 but the date difference seems to also need to include the day date. Therefore, there's a typo in line 3...
October 18, 2020 at 6:49 pm
What you posted is by definition not a table at all! The table must have a key. You cannot embed spaces in the data element name in any of...
October 14, 2020 at 3:58 pm
There are different ways to accomplish this. Here's one. In order to use the ROW_NUMBER function in the OUTER APPLY I created a table valued function called dbo.func_reserve_accuracy_amount. When OUTER...
October 8, 2020 at 3:32 pm
[Edit] Ok, there were 2 updates above and this post was after the first without having read the second. So I'm wiping it out. To be updated if possible
October 8, 2020 at 12:28 pm
Viewing 15 posts - 826 through 840 (of 1,401 total)