추적 플래그 정리중

http://msdn.microsoft.com/en-us/library/ms188396.aspx

>> 시작옵션

http://msdn.microsoft.com/en-us/library/ms190737.aspx
여기 있는 링크 보면서 정리좀 해보자. http://cafe.naver.com/sqlmvp/665



Trace flag

Description

Scope

IsStartUp

836

버퍼 풀에 대한 최대 서버 메모리 옵션 사용
 

하만철님 정리 : http://cafe.naver.com/sqlmvp/3922

BUF ARRAY를 위해 1G당 8M의 메모리가 요구 된다.

Global

2373

Memory before and after deriving properties and rules (verbose)

  

  

3023

Trace Flag is turned on WITH CHECKSUM option is applied automatically for a backup.

http://www.sqlservercentral.com/blogs/sqlandme/2013/01/15/sql-server-enabling-backup-checksum-with-trace-flag-3023/

  

  

3226

Logging of successful database backup messages to the SQL Server Error log

에러로그에 백업 성공 기록 비활성화

Global

3502

Checkpoint 시작과 종료시 에러로그에 기록 옵션

  

  

3604

결과를 클라이언트(SSMS)에 출력하기 위해

  

  

7352

Final query tree

  

  

7357

Unique hash optimization used

  

  

8605

Converted tree

  

  

8606

Input, simplified, join-collapsed, and normalized trees

  

  

8607

Output tree

  

  

8608

Initial memo

  

  

8615

Final memo

  

  

8675

Optimization stages and times

  

  

8609

Task and operation type counts

  

  

8619

Apply rule with description

  

  

8620

Add memo arguments to 8619

  

  

8621

Rule with resulting tree

  

  

8649

the cost overhead of parallelism to 0

force parallel plan choice regardless of the DOP-based cost changes

http://sqlblog.com/blogs/joe_chang/archive/2013/04/08/hyper-threading-performance.aspx

http://connect.microsoft.com/SQLServer/feedback/details/714968/provide-a-hint-to-force-generation-of-a-parallel-plan

  

  

8666

For SQL Server 2012, turn trace flag 8666 so we can examine the statistics being used by the plans in the cache                

http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/plan-cache-effects-when-dropping        

  

  

9292

쿼리 컴파일(재컴파일)시에 관심을 가진 통계 정보를 알려줍니다.

이 경우 통계 헤더 정보만을 읽어들인다고 하네요.

  

  

9204

실제 계획을 선택하기 위해 통계정보 내용 전체를 읽어 들인 대상을 알려준다고 합니다.

통계정보에 포함된 열의 분포나 밀도 정보 등을 이용 예상 행 수를 알아낸다고 하네요.

  

  

  

  

  

  

  

  

  

  

important_trace_flags_that_every_dba_should_know-victor_isakov.pdf

TRACE FLAGS - 2012.pdf


참고 링크


'Etc' 카테고리의 다른 글

query wait  (0) 2013.08.30
데이타베이스 모델링 sample  (0) 2013.07.17
로그 내용 확인 방법  (0) 2013.05.29
병렬 Plan 테스트를 위한 -P 옵션 설정  (0) 2013.05.23
Page Fault  (0) 2013.05.15