Introducing stored procedures
-
Lesson ADO.NET aims at introduce ADO.NET and SQL Server interaction (connection, command, data reader, stored procedure, disconnected data set, database independent coding). This lesson includes Connection parameters, Database; Authentication; Command setup; SqlCommand ExecuteReader.
0p cocacola_08 21-11-2015 55 3 Download
-
Store procedure (SP) là một tập các câu lệnh SQL (chương trình) được biên dịch và lưu trữ sẵn trên SQL Server. SP cho phép: - Chứa nhiều câu lệnh, có thể gọi các SP khác - Nhận các tham số đầu vào, đầu ra - Trả về trạng thái thực hiện (thành công hay thất bại) và nguyên nhân. Một số loại SP - System stored procedure: SP hệ thống, có tên bắt đầu bằng sp - User defined stored procedure: SP do người dùng định nghĩa...
32p lehieu_kitty 26-04-2012 316 89 Download
-
Introducing Triggers A database trigger is a special kind of stored procedure that is run automatically by the database-or in trigger terms, fired-after a specified INSERT
9p daisuphu 29-07-2010 133 23 Download
-
Introducing Stored Procedures SQL Server allows you to store procedures in a database. Stored procedures differ from user-defined functions in that procedures can return a much wider array of data types
4p daisuphu 29-07-2010 133 35 Download