«warning» 태그된 질문

1
이 NO JOIN PREDICATE 경고로 경고해야합니까?
성능이 좋지 않은 저장 프로 시저의 비트와 조각 문제를 해결하고 있습니다. 이 절차 섹션에 NO JOIN PREDICATE 경고가 발생합니다. select method = case methoddescription when 'blah' then 'Ethylene Oxide' when NULL then 'N/A' else methoddescription end, testmethod = case methoddescription when 'blah' then 'Biological Indicators' when NULL then 'N/A' else …

1
SQL Server는 언제 과도한 메모리 부여에 대해 경고합니까?
"과도한 보조금" 실행 계획 경고 를 생성하는 조건은 무엇입니까 ? 쿼리 메모리 부여가 "ExcessiveGrant"를 감지하여 안정성에 영향을 줄 수 있습니다. 보조금 크기 : 초기 5128KB, 최종 5128KB, 사용 된 16KB. SSMS 계획 탐색기 실행 계획 XML <Warnings> <MemoryGrantWarning GrantWarningKind="Excessive Grant" RequestedMemory="5128" GrantedMemory="5128" MaxUsedMemory="16" /> </Warnings>
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.