1
kudos
spam Kudos Remove

SQL Server performance bits - avoid compilations, help optimizer with better plans

published 628 days, 11 hours, 48 minutes ago posted by sasa 637 days, 13 hours, 47 minutes ago
Friday, September 03, 2010 5:48:14 PM GMT Wednesday, August 25, 2010 3:49:27 PM GMT
When you are dealing with SQL Server performance issues, not every issue can be classified as a problem for SQL Server. There are common characteristics within the issues, such as: Ad-hoc query execution typical taking longer time. Intermittent High CPU. Blocking irrespective of slow performance. Few times a memory pressure related errors on error log. So how can you help the SQL Server to fine tune the query performance using the internal optimizer techniques, which is called caching mechanisms....(read more)
category: News | clicked: 0 | | source: sqlserver-qa.net | show counter code
tags: adhoc, auto grow, best practice, execute, parallel execution, Parameters, Performance, plan guide, query plan, SQL Server, stored procedure

No comments yet, be the first one to post comment.

To post your comment please login or signup