摘要
存储过程是SQLServer数据库中的子程序,可以传入和传出参数,一个存储过程可有多达2100个参数,每个参数在指定时需要有名称、数据类型、方向和默认值。
Stored Procedures is in the SQL Server database subroutine, incoming and outgoing parameters of a stored procedure may be as many as 2100 parameters, each parameter specified when the need for the name, data type, direction and defaults.
出处
《电脑知识与技术(过刊)》
2009年第1X期274-276,共3页
Computer Knowledge and Technology
关键词
存储过程
参数
stored procedure
parameters