TAILIEUCHUNG - Hướng dẫn học Microsoft SQL Server 2008 part 136

Thực hiện kế hoạch truy vấn thông dịch viên tin rằng trí thông minh là khả năng trừu tượng - để tạo ra một cái gì đó mới ở một mức cao hơn dựa trên cấu trúc nguyên thủy. | Interpreting Query Execution Plans I believe that intelligence is the ability to abstract to create something new at a higher lever based on more primitive constructs. The ability to express thoughts using words composed of letters and simple sounds is abstraction to turn beats and notes into a melody is abstraction and to turn 1s a 0s in CPU registers into a programming language and then use that language to develop an application represents multiple layers of abstraction. Interpreting SQL Server query execution plans is abstraction inside-out. SQL as a declarative language is an interesting study of abstraction because the underlying primitive operations that execute the query are dynamically determined based on more than just the SQL query. The art of SQL Server performance tuning and optimization PTO is essentially the skill of reading the query execution plans and understanding how to manipulate the factors that determine the physical operations in an effort to improve performance. The operations inside a query execution plan are the language of SQL Server PTO which is why this part of the book begins with reading and interpreting the query execution plan. IN THIS CHAPTER The language of performance tuning and optimization Viewing saving and working with query execution plans Reading query execution operators Viewing Query Execution Plans The SQL Server development team has exposed the query execution plan in several places and in several formats making it easy to find view and work with query execution plans Management Studio s Query Editor can display the estimated or actual query execution plan as a graphic or as XML. Showplans return the query plan as a message or a result set. 1313 Part IX Performance Tuning and Optimization SQL Profiler can capture the query execution plan as plain text or as XML that can be viewed in graphic form. Query plans in cache may be viewed using dynamic management views. Additionally .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.