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

Một cách khác để tìm thông tin này là để mở SQL Server Errorlog và tìm kiếm dòng ˝ tên NETBIOS của nút địa phương có nghĩa là chạy các máy chủ là ˝. Thông tin này trở nên đặc biệt quan trọng trong quá trình phân tích sau khi chết. | Part VI Enterprise Data Management Another way to find this information is to open the SQL Server Errorlog and search for the line The NETBIOS name of the local node that is running the server is . This information becomes especially important during postmortem analysis. Sometimes the DBA may not even know if the SQL Server 2008 instance she is administering is a clustered instance or a stand-alone instance. To find out if the current SQL Server instance is clustered execute the following command SELECT SERVERPROPERTY IsClustered If this is a SQL Server 2008 failover clustering instance then it will return a value of 1 otherwise it will return a value of 0. To view the cluster nodes on which the SQL Server 2008 failover clustering instance can run use the dynamic management view DMV as shown SELECT FROM To view the shared disks that the SQL Server 2008 failover clustering instance can access use the DMV as shown SELECT FROM A SQL Server 2008 failover clustering instance can only use shared drives for its databases. It cannot use local drives not even for the tempdb database that is created every time SQL Server is started. The DMV will display all the shared drives SQL Server 2008 can access. These are the drives that were selected during the installation. To add a new shared drive perform the following steps 1. Open the Cluster Administrator tool in Windows 2003 Failover Cluster or the Failover Cluster Management tool in Windows 2008 Failover Cluster. 2. Move the shared disk to the SQL Server 2008 group. 3. Right-click the SQL Server resource and select Take Offline. This will disconnect the clients so it should be planned in advance. 4. Right-click the SQL Server resource and select Properties. Click the Dependencies tab and select Modify. Add the new shared drive as a dependency to SQL Server. 5. Bring the SQL Server .

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.