Viewing 15 posts - 121 through 135 (of 557 total)
sgmunson - Tuesday, October 9, 2018 8:11 AMThe price is too high for the benefit.
In General I do agree, but sometimes...
October 9, 2018 at 8:22 am
The OP already stated that he want's to partition and actually knows how...
October 9, 2018 at 7:42 am
Why not create a partition table, in the table all the 'rules' you use to decide which partition a row should go, that could be any number of fields, then...
October 9, 2018 at 2:03 am
What I sometimes do, is run a query and time it.
Then rerun the query and time it.
Clear the cache, then rerun the query and time is.
And...
October 5, 2018 at 3:21 am
October 5, 2018 at 2:46 am
_rohit_ - Thursday, October 4, 2018 8:09 AMSo 20180131 and 20170131 would be 1803117031 which can fit into INT.
I still would...
October 4, 2018 at 8:33 am
If there is only one product, I would make an auxilary table containing all possible/allowed number of these products and all packaging solutions. And have at least one row for...
October 4, 2018 at 8:10 am
October 4, 2018 at 7:58 am
Without model and/or data, it's a bit difficult to give a definite answer.
Example:
--
-- Ben Brugman
-- 20180906
--
drop table if exists testgr
September 6, 2018 at 3:31 am
Without model and/or data, it's a bit difficult to give a definite answer.
But I think that this can be solved with Grouping on the ClaimsOfficer/Claimtype.
And for the...
September 6, 2018 at 1:12 am
I did play around with the suggested functions.
Thanks for all your replies, they were usefull to me.
Ben
September 4, 2018 at 12:48 am
Hello,
Does this help, use the Lead function to see if the next row is a start row, then declare the actual row the end row.
If there is not...
September 3, 2018 at 7:24 am
As with the others:
A bit of overprocessing.
Maybe you should look at triggers to maintain the seconde database.
Maybe or maybe not usefull :
Use a view...
September 3, 2018 at 4:33 am
September 3, 2018 at 4:02 am
The uniquifier
While reading the uniquifier does not do a lot for efficiency. It is not part of the selection mechanism, it is not part of the ordering mechanismn....
September 3, 2018 at 2:24 am
Viewing 15 posts - 121 through 135 (of 557 total)