Viewing 6 posts - 1 through 6 (of 6 total)
December 15, 2017 at 10:19 am
When you say you have memory concerns is this because you're looking at perfmon or task manager stats? Keep in mind SQL will take all the memory it can up...
December 15, 2017 at 10:13 am
I tune for response time first and resource usage second for on premise. In azure I tune to reduce DTU usage (i.e. resource usage) first and response time second (so...
December 15, 2017 at 9:59 am
Was it in a "RUNNABLE" or "RUNNING" state or both. The estimated rows does look odd. It's a little hard to say for certain without looking at the plan what...
December 15, 2017 at 9:53 am
Can you run the following two commands in SSMS and then run the proc from the same session. After you execute, copy and paste the output that displays in the...
December 15, 2017 at 9:29 am
ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE;
December 15, 2017 at 9:12 am
Viewing 6 posts - 1 through 6 (of 6 total)