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

The Real MTCS SQL Server 2008 Exam 70/432 Prep Kit- P106: 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. | SQL Server XML Support Chapter 11 507 item product Create a new table declare @XMLTable table pk INT IDENTITY PRIMARY KEY colxml XML --Insert data into the new table INSERT INTO @XMLTable colxml VALUES @xmlData In Figure you will use the XPath function count to count the number of item nodes in your XML document. Figure XPath Expression Count -- Count the number of people SELECT count item FROM @XMLTable In Figure you will use the XPath function contains to return the string that contains the word BaseBall Bats. Figure XPath Expression Contains SELECT FROM @XMLTable WHERE product item name contains .z BaseBall Bats 1 Now we will switch to showing basic examples of using the numeric and string functions. Figure shows an example of the XPath number function. This function can be used to convert a nonnumeric value to a numeric value. The result of this example query would return the employee where the EmployeelD is a number that is equal to 680. 508 Chapter 11 SQL Server XML Support Figure XPath Expression Numeric Employee number @EmployeeID 680 Figure shows an example of the XPath string function. This function can be used to convert a non-string value to a string value. The result of this example query would return the employee where the EmployeelD contains a string value that is equal to 680. Figure XPath Expression String Employee string @EmployeeID 680 These are just a few examples of all the XPath expressions that can be used. You can refer to Table Expression Types for XPath to find more. SQL Server XML Support Chapter 11 509 Summary of Exam Objectives This chapter examined XML XQuery XPath HTTP endpoints and Web Services. You learned how to use XQuery to retrieve and modify data within an XML data type. HTTP endpoints provide ways to allow developers to expose their code and access it using their SOAP client. You learned how to create an HTTP endpoint with SQL Server 2008 as well .

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.