TAILIEUCHUNG - Microsoft SQL Server 2008 R2 Unleashed- P151

Microsoft SQL Server 2008 R2 Unleashed- P151:SQL Server 2005 provided a number of significant new features and enhancements over what was available in SQL Server 2000. This is not too surprising considering there was a five-year gap between these major SQL Server 2008 is not as much of a quantum leap forward from SQL Server 2005 | 1444 CHAPTER 39 Monitoring SQL Server Performance USE msdb GO EXEC GO EXEC GO To force the running of a noncached collection set and have it upload to the MDW for collection sets configured in noncached collection mode use the sp_syscollector_run_collection_set system procedure sp_syscollector_run_collection_set @collection_set_id collection_set_id @name 1 name1 You can pass either the collection set ID or the collection name. When you are passing one the other parameter can be NULL USE msdb GO EXEC sp_syscollector_run_collection_set @name Disk Usage go To force a manual update of a cached mode Data Collector you can use the sp_syscollector_upload_collection_set procedure USE msdb GO EXEC sp_syscollector_upload_collection_set @name Server Activity go To stop or start a specific collector set you can use the sp_syscollector_start_collection_set and sp_syscollector_stop_collection set stored procedures USE msdb GO EXEC @name Disk Usage GO EXEC @name Disk Usage GO To modify a collection set you can use the sp_syscollector_update_collection_set procedure. The syntax is as follows sp_syscollector_update_collection_set @collection_set_id collection_set_id @name name @new_name new_name Performance Monitoring Tools 1445 @target target @collection_mode collection_mode @days_until_expiration days_until_expiration @proxy_id proxy_id @proxy_name proxy_name @schedule_uid schedule_uid @schedule_name schedule_name @logging_level logging_level description description If the collection set is running the only options you can modify are the schedule_uid and description. You need to stop the collection set with sp_syscollector_stop_collection_set first to change other options like the collection-mode or days_until_expiration. For example the following code changes the number of days to retain collection set data to seven days for

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.