Viewing 15 posts - 16 through 30 (of 429 total)
ScottPletcher - Wednesday, January 2, 2019 8:26 AMCluster the [SearchSuggest_QGram_tbl] on [nameCacheId] rather than on gram.
Sir, No change in performance even after this.
Thanks
January 3, 2019 at 6:55 am
January 3, 2019 at 6:30 am
ScottPletcher - Wednesday, January 2, 2019 8:26 AMCluster the [SearchSuggest_QGram_tbl] on [nameCacheId] rather than on gram.
Let me get back to you by making this...
January 2, 2019 at 8:48 am
Can anyone suggest me an idea please.
February 7, 2018 at 4:20 am
So is there no way out of this mess? Is it possible to have a new table with same structure with a computed column where we do a bulk load...
June 6, 2016 at 12:16 pm
GilaMonster (6/2/2016)
chandan_jha18 (6/2/2016)since there are matching rows, it will update all the rows in 'eligibility' table but the OP needs the column updated on rows which are matching.
Will it really?
UPDATE...
June 2, 2016 at 12:24 pm
GilaMonster (5/25/2016)
UPDATE eligibility
SET primary_plan = 0
WHERE EXISTS...
June 2, 2016 at 9:05 am
Jeff: "All the MAXDOP hint is doing is allowing it to consume as many resources as it wants. If it used all CPUs for a full second, would that...
March 28, 2016 at 8:16 am
Dear All,
Today while running the procedure in its original form, which takes around 10 seconds to output 100 rows for a particular set of parameters, I opened a new query...
March 28, 2016 at 7:01 am
Sergiy (3/23/2016)
FROM dbo.RequestorToCapabilityDeferred_vw r
INNER JOIN dbo.Capability_tbl c ON r.capabilityId = c.capabilityId
LEFT OUTER JOIN dbo.CapabilityStatus_tbl CS on r.capabilityStatusid = CS.capabilityStatusid
It should be made...
March 28, 2016 at 6:55 am
Lowell\Chris- As per Lowell's advice I created smaller procedures and attaching the new plan. however, as Jeff pointed out those hash and merge join fat pipes appearing again. Not sure...
March 22, 2016 at 9:04 am
As per Lowell's suggestion, I tried to create stored procedures but on lower env. the build team started the refresh so I am waiting to finish them in 2-3 hours....
March 22, 2016 at 6:05 am
ChrisM@Work (3/21/2016)
chandan_jha18 (3/21/2016)
I will try breaking the master proc and...
March 21, 2016 at 9:20 am
Viewing 15 posts - 16 through 30 (of 429 total)