Viewing 15 posts - 766 through 780 (of 902 total)
I'm guessing that ProductID column is an INT data type?
So the first query is doing an implicit data conversion to INT ("CONVERT_IMPLICIT(int,[@1],0)") on the value, as 1 could be any...
August 9, 2012 at 4:42 am
No worries Jeff theres no rush, the code has been running for around a year within the expected parameters. I also know what its like especially if things get...
August 9, 2012 at 1:19 am
Thank you to both of the replies so far its confirmed a few things, and given me a few things to ponder.
The PK is Non-clustered on the #Lookup table, and...
August 7, 2012 at 12:34 am
sestell1 (8/6/2012)
This is something I would need for example when:
I want to return a row for every day within...
August 6, 2012 at 8:19 am
I think you might find that SQL server is doing an implicit cast to an Int, I've see this at times when comparing numeric strings and Integers,
If you take...
August 6, 2012 at 12:45 am
Jason-299789 (7/25/2012)
July 25, 2012 at 2:39 am
Hi Jeff,
I agree the limit of 12 levels is a bit of problem, however it can be extended if needed with a change to the Temptable and final pivot, but...
July 18, 2012 at 3:09 pm
Isnt this trying to use the Jet drivers which arent available on x64 environments.
July 18, 2012 at 7:07 am
Jeff as per my last message, this is the DDL for the SP and source Table FND_FLEX_VALUE_NORM_HIERARCHY as well as the Execution plans and IO/Timing Stats
Just a little explanation of...
July 18, 2012 at 1:17 am
Hi Jeff,
Sorry for the delay, works been quite hectic as we try and clear the decks as much as possible before the Olympic chaos hits london.
The reason was that we...
July 17, 2012 at 3:34 pm
Firstly are you connecting to a network that is external to the Corporate network? or is it part of of the corporate network that is just locatd Remotely.
In either case...
June 11, 2012 at 8:58 am
gert,
That sounds wrong, I doubt SSD's would be treat any differently to traditional drives when putting them in a raid array.
If im wrong I'd love to know...
May 2, 2012 at 7:23 am
Very useful information, and working and OLAP Db's I've often considered read performance to be of higher importance than write performance.
The reason for this is that you are generally write...
May 2, 2012 at 2:52 am
Have you thought about creating a calculated column using the BINARY_CHECKSUM on the table with to save on creating an additional view.
February 7, 2012 at 7:45 am
Cadavre,
While Gail mentions the use of the RECOMPILE hint she does so in 6 lines at the very bottom of part 2, but doesnt go into the implications which is...
February 7, 2012 at 7:42 am
Viewing 15 posts - 766 through 780 (of 902 total)