Tag: Maxdop

  • Series : SQL DBA Cheatcode

    Series : SQL DBA Cheatcode

    SQL DBA Cheatcode is a series or you can say a collection of those SQL Server scripts which we find very useful while troubleshooting issues day to day. These scripts are trusted and tested however there are some chances that a script may not work with some versions of SQL Server. SN Date Topic Part…

  • March towards SQL Server : Day 3 – SQL DBA Interview Questions Answers – SQL Server Architecture

    March towards SQL Server : Day 3 – SQL DBA Interview Questions Answers – SQL Server Architecture

    I am writing this blog based upon the Experience and knowledge which I gained after reading lot of Articles, Blogs, and Microsoft Documentation on SQL Server Architecture. Though it takes lot of time to collect this information and summarize it in a question series but I feel very proud and happy that I am giving…

  • MAXDOP – What is best approach to use it!!!

    MAXDOP – What is best approach to use it!!!

    The Maximum Degree of Parallelism (MAXDOP) setting will determine the degree to which SQL server will attempt to parallel process transactions which are received from the scheduler. As a general rule of thumb, OLTP environments with high transaction volume and repetitive queries should normally have a MAXDOP value of 1, as any benefit gained from…