• Home
  • All Articles
  • SQL Interview Q & A
  • Blog Stats
  • Contact
    • Resume
    • Performance
    • Community Rules
    • Copyright
  • Tools
    • Expressor
    • Pluralsight
    • Embarcadero
    • Manage Engine
    • Idera
    • Red Gate
    • SafePeak
  • SQL Books
    • SQL Interview Q & A
    • SQL Wait Stats
    • SQL Programming
  • >>Search<<

SQL Server Journey with SQL Authority

Personal Notes of Pinal Dave

Feeds:
Posts
Comments

SQL Server Performance Tuning

SQL Server Performance Tuning is a very challenging subject that requires expertise in Database Administration and Database Development. Here are few pointers how one can keep their SQL Server Performance Optimal. I am often asked what can one do keep SQL Server Health Optimal and SQL Server keep on running very smooth.

Here is the quick list of the pointers which one should consider for performance tuning.

Note: This is running draft for the tips to be kept at single place. Please send me email at pinal ‘at’ SQLAuthority.com if think I have missed anything and I will append it.

Index Analysis and Extremely Effective Index Created

Indexes are considered valuable for performance improvements. Analyze all your indexes to identify non-performing indexes and missing indexes that can improve performance.

Server/Instance Level Configuration Check

Review all the SQL Server/Instance Level settings of the server and tune it based on system workload.

I/O distribution Analysis for Performance

Analyze the I/O of your system and decide the best distribution for the I/O load. Perform object level analysis and do performance tuning at table level. The goal is to reduce I/O performance bottlenecks and set optimal setting for read and write database. This is especially critical for databases that need to sustain heavy updates during peak usage hours.

SQL Server Resource Wait Stats Analysis

Wait Stat Analysis is very crucial for optimizing databases, but is often overlooked due to lack of understanding. Perform advanced resource wait statistics analysis and optimize your database server.

TempDB Space Review

TempDB is the most important database in performance tuning and it should be reviewed to tune your database overall performance.

Database Files (MDF, NDF) and Log File Inspection

Review all the files and filegroups of each of your databases and analysis them to identify any object or files that are causing bottlenecks.

Fragmentations and Defragmentations

Identify the optimal settings of your database files and tables to reduce fragmentation.

DBCC Best Practices Implementations

Every DBA must know the best practices for DBCC commands. The usage of DBCC FREEPROCCACHE, DBCC SRHINKDATABASE, DBCC SHRINKFILE, DBCC DROPCLEANBUFFER, DBCC REINDEX, as well as the usage of few system stored procedures like SP_UPDATESTATS one must practice with great caution.

Share:

Comments Off

  • free community tool

    Expressor
    pluralsight
    Red-Gate
    ManageEngine
    Idera
    red-gate
    SafePeak
    Koenig
  • About Pinal Dave

    Pinal Dave is a Microsoft Technology Evangelist (Database and BI). He has written over 2000 articles on the subject on his blog at http://blog.sqlauthority.com. Along with 8+ years of hands on experience he holds a Masters of Science degree and a number of certifications, including MCTS, MCDBA and MCAD (.NET). He is co-author of three SQL Server books - SQL Server Programming, SQL Wait Stats and SQL Server Interview Questions and Answers. Prior to joining Microsoft he was awarded Microsoft MVP award for three continuous years for his contribution in community.
    LinkedIn - Pinal Dave Twitter - Pinal Dave facebook
    Feed Email

    Follow @pinaldave Send +Pinal Dave an email at pinal@sqlauthority.com
  • Blog Stats

    • 37,516,901 (37 Million+)
  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 17,045 other followers

  • Next Office Hours

    Feb 22, 2012 1130 Indian Standard Time (0600 GMT)
  • Books I Authored

    . Amazon|Flipkart|Kindle

    . Amazon|Flipkart|Kindle

    Amazon|Flipkart|Kindle
  • SQLAuthority Links

    Subscribe to Newsletter
    My Homepage
    Windows Live Blog
           --------------------
    Top Downloads
       PDF Downloads
       Script Downloads

    Script Bank
       Favorite Scripts
       All Scripts - 1
       All Scripts - 2
       All Scripts - 3

    Top Articles
       Best Articles
       Favorite Articles - 1
       Favorite Articles - 2
           --------------------
    > SQL Interview Q & A <
    SQL Coding Standards
    SQL FAQ Download
           --------------------
    Jobs @ SQLAuthority
    Bookmark and Share
    AddThis Feed Button
  • About Nupur Dave

    Nupur Dave loves technology simply because it makes life more convenient. She is devoted to technology because it touches our heart makes our daily lives easier. Among the many technological programs she uses and embraces Windows Live most because she can do lots of things with ease – from photo management to movies; business emails to personal social media connections.

  • Disclaimer

    This is a personal weblog. The opinions expressed here represent my own and not those of my employer. For accuracy and official reference refer to MSDN/ TechNet/ BOL. My employer do not endorse any tools, applications, books, or concepts mentioned on the blog. I have documented my personal experience on this blog.

    • Home
    • All Articles
    • SQL Interview Q & A
    • Blog Stats
    • Contact
      • Resume
      • Performance
      • Community Rules
      • Copyright
    • Tools
      • Expressor
      • Pluralsight
      • Embarcadero
      • Manage Engine
      • Idera
      • Red Gate
      • SafePeak
    • SQL Books
      • SQL Interview Q & A
      • SQL Wait Stats
      • SQL Programming
    • >>Search<<
  • Categories

    • About Me (145)
    • Best Practices (143)
    • Business Intelligence (37)
    • CodeProject (10)
    • Data Warehousing (50)
    • Database (324)
    • DBA (137)
    • Joes 2 Pros (47)
    • Pinal Dave (1580)
    • Software Development (69)
    • SQL Azure (15)
    • SQL Backup and Restore (79)
    • SQL Coding Standards (21)
    • SQL Constraint and Keys (57)
    • SQL Cursor (28)
    • SQL Data Storage (59)
    • SQL DateTime (47)
    • SQL DMV (33)
    • SQL Documentation (105)
    • SQL Download (311)
    • SQL Error Messages (163)
    • SQL Function (161)
    • SQL Humor (29)
    • SQL in Sixty Seconds (3)
    • SQL Index (155)
    • SQL Interview Questions and Answers (139)
    • SQL Joins (78)
    • SQL Optimization (152)
    • SQL PASS (20)
    • SQL Performance (340)
    • SQL Puzzle (98)
    • SQL Scripts (866)
    • SQL Security (132)
    • SQL Server DBCC (42)
    • SQL Server Management Studio (44)
    • SQL Service Pack (13)
    • SQL Stored Procedure (116)
    • SQL String (26)
    • SQL System Table (61)
    • SQL Trigger (24)
    • SQL User Group (57)
    • SQL Utility (154)
    • SQL View (26)
    • SQL Wait Stats (41)
    • SQL Wait Types (42)
    • SQL White Papers (67)
    • SQLAuthority (633)
      • SQL Training (19)
      • SQLAuthority Author Visit (141)
      • SQLAuthority Book Review (40)
      • SQLAuthority News (578)
      • SQLAuthority Website Review (42)
    • SQLServer (233)
    • Technology (2048)
      • PostADay (469)
      • SQL (2048)
      • SQL Authority (2048)
      • SQL Query (2048)
      • SQL Server (2046)
      • SQL Tips and Tricks (2048)
      • T SQL (2048)
    • Video (7)
  • Top 3 Commenters

      2251- Madhivanan
      474 - Imran Mohammed
      301 - Ramdas Jaya
  • Page copy protected against web site content infringement by Copyscape

Blog at WordPress.com. Fonts on this blog.

Theme: MistyLook by Sadish.


loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.