Analysis and statistics

  • Hello all,

    I am a newbie in SQL Server, so I need your help !.

    I would to have analytics software to know if some queries are not properly writing or to know which request are the most called etc..

    Maybe we can do everything with the management studio but I'm sot sure.

    Thank you very much in advance.

  • use sys.dm_exec_query_plan to find the execution counts from restart, the area you asked is performance tuning ot improvement which is a vast area and it will come in experience only. just read about all DMV's and start on your own.

    Regards
    Durai Nagarajan

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply