TAILIEUCHUNG - Microsoft SQL Server 2008 R2 Unleashed- P94

Microsoft SQL Server 2008 R2 Unleashed- P94: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 | 874 CHAPTER 28 Creating and Managing Stored Procedures One thing you might notice about the stored procedure template is that it contains template parameters for parameter names procedure name author name create date and so on. These template parameters are in the format parameter type value parameter_name is the name of the template parameter in the script. data_type is the optional data type of the template parameter. value is the default value to be used to replace every occurrence of the template parameter in the script You can auto substitute values for template parameters by selecting Query Specify Values for Template Parameters or by pressing Ctrl Shift M. This brings up the dialog shown in Figure . FIGURE Using the Specify Values for Template Parameters dialog in SSMS. You enter the values for the template parameters in the Value column and then click OK. SSMS then substitutes any values you specified wherever the template parameter is used within the template. An alternative way to create a stored procedure from a template is to use the Template Explorer in SSMS. You can open the Template Explorer by selecting View Template Explorer in SSMS or by pressing Ctrl Alt T. The Template Explorer window appears in SSMS as shown in Figure . You can double-click the name of the stored procedure template you want to use or rightclick the desired template and then select Open. SSMS opens a new query window populated with the template code. Download from Creating Stored Procedures 875 FIGURE Using the Template Explorer for creating stored procedures in SSMS. NOTE It is also possible to edit the provided stored procedure templates available in the Template Explorer by right-clicking them and selecting the Edit option. You can then customize the templates to include code fragments comments or structure that is more to your preference and save the changes to the template file. However it is generally recommended that you not modify the .

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.