Viewing 13 posts - 1 through 13 (of 13 total)
January 30, 2017 at 7:29 am
Is there no way you could anonymise the query plan and tables before sending them up?
January 27, 2017 at 9:54 am
If the parameter can be linked back to the statistics, it's still going to be related to the row count.
I'm assuming in an ideal scenario you want correct...
January 27, 2017 at 9:21 am
Given that memory grants are based on row counts, and row counts are assessed to actually build the execution plan itself, it's pretty safe to assume these are cached.
January 27, 2017 at 8:59 am
So are you guys saying that in effect the queries will take longer to run and consume more CPU if they are parallel vs non-parallel? (For instances of small queries)
January 27, 2017 at 8:39 am
Sean Lange (12/15/2016)
george.p (12/15/2016)
You're one of those people that puts all of the details in the title of an...
December 15, 2016 at 9:19 am
I missed the title so I assumed it meant Scalar functions 🙁
You're one of those people that puts all of the details in the title of an email aren't you!...
December 15, 2016 at 9:06 am
This code is very difficult to understand - there are no supporting comments and a lot of variables named as single letters.
Some documentation of how it works would be useful!
November 24, 2016 at 4:57 am
Based on this excerpt from MSDN the SP_Recompile will just clear the plan cache for the associated object.
The sp_recompile system stored procedure forces a recompile of a stored procedure the...
October 14, 2016 at 4:17 am
Ah right I see - I assume it's two things then:
1. If the log file is filled auto growth would slow things down
2. Minimal logging physically writes less to the...
May 8, 2015 at 4:53 am
Why would setting the recovery mode to simple make bulk inserts faster?
May 8, 2015 at 4:12 am
Viewing 13 posts - 1 through 13 (of 13 total)