Viewing 15 posts - 1 through 15 (of 17 total)
May 11, 2017 at 8:58 am
May 10, 2017 at 3:36 am
Jeff Moden (7/13/2016)
paolobianchi (7/13/2016)
i have a problem on an application.
Details:
Table AAA, about 500 records, not growing
Many users (about 100) make a read from this table, many times (about 120...
July 14, 2016 at 7:44 am
TheSQLGuru (7/13/2016)
July 14, 2016 at 7:40 am
Eric M Russell (7/13/2016)
July 14, 2016 at 7:07 am
Hello,
thank to all for precious tips.
I run whoisactive and i get 2 update, one of 19sec!
The type of lock is (19860ms)LCK_M_X
This query (call it UPDATE1) was locked from another query,...
July 13, 2016 at 8:07 am
ChrisM@Work (7/13/2016)
UPDATE [cpwarn] set [autonum] = [autonum]+@1
WHERE [tablecode]=@2
SELECT autonum, tablecode FROM cpwarn WITH (NOLOCK)
WHERE tablecode='prog\DONUMREG\''001''\''2016...
July 13, 2016 at 6:00 am
Grant Fritchey (7/13/2016)
July 13, 2016 at 5:57 am
they seems identic to me, but ok, take the actual execution plan 🙂
July 13, 2016 at 5:18 am
Hello,
thanks to everybody
Changed the setting, no problem with cpu overloading.
After a few hours, situation of cached plan changed...
Before,
CacheTypeTotal PlansTotal MBsAvg Use CountTotal MBs – USE Count 1Total Plans –...
July 8, 2016 at 7:31 am
Hello,
thank you for the tip, my only fear is about changing setting in prod because people almost always work on it and i don't know if changing it can, temporary,...
July 7, 2016 at 6:26 am
Thanks to all.
I found on Microsoft the answer, i MUST licence all core
•To license a physical server, you must license all the cores in the server with a minimum...
June 1, 2016 at 2:27 am
Viewing 15 posts - 1 through 15 (of 17 total)