Viewing 15 posts - 46 through 60 (of 215 total)
thanks tried and it still wants to do the key lookup, driving me nuts, this looks like a layup but the engine wants to do this no matter which strategy...
March 27, 2017 at 9:09 am
no the last iteration of 2nd query posting runs fine, almost as exactly fast as one vendor currently uses. Issue is with trying to get the engine to use my...
March 27, 2017 at 8:44 am
Thanks that works my brain freeze too long looking at something. Problem is did not help, the start of this is underlying issue with sql wanting to do a key...
March 27, 2017 at 8:31 am
first query returns 11 rows thousands in the second. As I stated 3rd party app have to deal with their SQL, they also have schema names in all their sql...
March 27, 2017 at 8:22 am
I get the bad code on first attempt it is from vendor part of living with 3rd party applications
March 27, 2017 at 8:09 am
Went through Kendra little's index training video again and ran sp_blitzindex against the table (oh yeah no clustered index on their tables that is a whole other discussion). When...
January 11, 2017 at 6:42 am
sorry on standard edition. Tried wider index which it used, took 3 of the 7 steps and got rid of RID, not for the other 4. Going to...
January 10, 2017 at 2:01 pm
thanks that was kind of my first thought, also a little worried about the inserts and updates generating lots of IO if I have 7-8 indexes
January 10, 2017 at 11:59 am
just getting started with project plan, trying to get ducks in order
January 3, 2017 at 7:01 am
no chance in changing vendor, these are DML triggers and I do expect them to be rather large
January 3, 2017 at 6:20 am
I would wonder about a come back to earth for big data. After the election there should be a reality check that with big data comes big responsibility. ...
December 30, 2016 at 8:12 am
the joy of 3rd party apps
December 13, 2016 at 9:22 am
yes scan was quicker I guess the engine is smarter than the average bear
December 13, 2016 at 7:48 am
Appreciate all the input, it did get rid of the scan, however below are the stats, top set is with index scan below is the seek.
(71 row(s) affected)
Table 'Worktable'. Scan...
December 13, 2016 at 7:36 am
Viewing 15 posts - 46 through 60 (of 215 total)