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

Kiểm tra SQL Server với Mã Một trong những lợi ích của việc sử dụng SQL Server là giao diện mát nó cung cấp để phát triển và quản lý cơ sở dữ liệu. Quản lý Studio là rất tốt cho đồ họa khám phá một cơ sở dữ liệu; T-SQL mã, trong khi phức tạp hơn, cho thấy nhiều chi tiết hơn trong môi trường của một lập trình viên. | Part IV Developing with SQL Server Examining SQL Server with Code One of the benefits of using SQL Server is the cool interface it offers to develop and administer the database. Management Studio is great for graphically exploring a database T-SQL code while more complex exposes even more detail within a programmer s environment. Dynamic Management Views Introduced in SQL Server 2005 dynamic management views DMVs offer a powerful view into the structure of SQL Server and the databases as well as the current SQL Server status memory IO etc. . As an example of using DMVs the next query looks at three DMVs concerning objects and primary keys SELECT . AS Table AS Primary Key FROM AS pk JOIN AS o ON JOIN AS o2 ON JOIN AS s ON Result Table Primary Key PK_ErrorLog_ErrorLogID PK_Address_AddressID PK_AddressType_AddressTypeID PK_AWBuildVersion_SystemInformationID PK_BillOfMaterials_BillOfMaterialsID UQ__DocumentF73921F730F848ED r- r - A complete listing of all the DMVs and sample queries can be found on www 1 .. The Microsoft SQL Server 2008 System Views Map a 36 x 36 .pdf file can be downloaded from http dbbw78. If it changes I ll keep a link on my website . I keep a copy of this document on my desktop. sp_help Sp_help and its variations return information regarding the server the database objects connections and more. The basic sp_help lists the available objects in the current database the other variations provide detailed information about the various objects or settings. Adding an object name as a parameter to sp_help returns additional appropriate information about the object 572 Programming with T-SQL 21 USE OBXKites EXEC .

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.