TAILIEUCHUNG - The Real MTCS SQL Server 2008 Exam 70/432 Prep Kit- P75

The Real MTCS SQL Server 2008 Exam 70/432 Prep Kit- P75: Congratulations on your journey to become certified in SQL Server 2008. This book will help prepare you for your exam and give you a practical view of working with SQL Server 2008. | 352 Chapter 8 ETL Techniques To create a linked server you use the sp_addlinkedserver stored procedure. This procedure allows you to specify the name of the linked server which OLE DB provider should be used and some basic information about the linked server. This procedure has to be run before you can configure the linked server further. Once the linked server exists you can set some options on it using the sp_serveroption stored procedure. The sp_serveroption stored procedure allows you to specify which collations are to be used when dealing with character data connection time outs and more. By setting the Data Access option to true you enable SELECT INSERT UPDATE and DELETE statements with the linked server. The RPC and RPC OUT options allow remote procedure calls RPCs with the linked server. Exam Warning_ V Remember that if the Data Access option isn t set to true you can t run SELECT INSERT UPDATE or DELETE statements against the linked server. Also the RPC and RPC OUT options enable the use of stored procedures between the linked servers. Finally you have to decide how users will connect via the linked server. You do that using the sp_addlinkedsrvlogin procedure. It is through the @rmtsrvname @ useself @locallogin @rmtuser and @rmtpassword parameters of this procedure that you can control who users on a local system connects as when they attempt to connect to the remote server. You can use various combinations of the parameters to imply a default account that is used for all local users on the remote system require that local users have matching accounts on the remote server impersonation or perform individual mapping of a local user to a specific set of credentials for the remote system. The following script creates a linked server to allow convenient access to the WebSQL server you worked with earlier. It will then configure impersonation as the log-in mechanism. That means that any local user who

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.