网页
图片
视频
学术
词典
地图
更多
航班
笔记本
CREATEPROCEDURE
网络
创建存储过程
网络释义
1.
创建存储过程
Oracle... ... DROPANYTABLE 在任何模式中删除表
CREATEPROCEDURE
创建存储过程
EXECUTEANYPROCEDURE 执行 …
space.itpub.net
|
基于 1 个网页
例句
释义:
全部
全部
,
创建存储过程
创建存储过程
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
All
types
of
replication
allow you
to
replicate
stored
procedure
definitions
:
the CREATE
PROCEDURE
is copied to
each
Subscriber
.
各种
类型
的
复制
都
允许
复制
存储
过程
定义
:
将
CREATEPROCEDURE
复制
到
每个
订阅服务器
。
msdn2.microsoft.com
2.
CREATE
PROCEDURE
statements
cannot
be
combined
with
other
SQL statements
in
a single
batch
.
CREATEPROCEDURE
语句
不能
与
其他
SQL
语句
在
单个
批
处理
中
组合
使用
。
msdn2.microsoft.com
3.
To
create
an
autonomous
procedure
, the keyword
AUTONOMOUS
is specified on the
CREATE
PROCEDURE
statement
,
as
shown
in
Listing
2
.
要
创建
自治
过程
,
需要
在
CREATEPROCEDURE
语句
中
指定
关键
字
AUTONOMOUS
,
如
清单
12
所
示
。
www.ibm.com
4.
The
result
set
forms
the
complete
CREATE
PROCEDURE
statement
used
to
create
the
custom
stored
procedure
.
该
结果
集
构成
了
用于
创建
自
定义
存储
过程
的
完整
CREATEPROCEDURE
语句
。
technet.microsoft.com
5.
The
result
set
forms
the
complete
CREATE
PROCEDURE
statement
necessary
to
create
the
custom
stored
procedure
.
该
结果
集
构成
创建
自
定义
存储
过程
所
需
的
完整
CREATEPROCEDURE
语句
。
technet.microsoft.com
6.
If
any
of the
above
queries
fail
to
return
the
desired
remote
procedure
,
error
SQL1253N is thrown
during
CREATE
PROCEDURE
.
如果
以上
任何
查询
无法
返回
所
需
的
远程
过程
,
那么
在
执行
CREATEPROCEDURE
期间
会
抛出
错误
SQL1253N
。
www.ibm.com
7.
To
avoid
this
scenario
,
use
the
RETURNS
clause
of
the CREATE PROCEDURE
statement
to
return
data
to the
caller
.
要
避免
这种
情况
,
使用
CREATEPROCEDURE
语句
的
RETURNS
子句
来
将
数据
返回
给
调用
者
。
www.ibm.com
8.
Stored
Procedures
and
User
-
Defined
Functions
Supports
both the CREATE
PROCEDURE
and
CREATE
FUNCTION
statements
.
存储
过程
和
用户
定义
函数
支持
CREATEPROCEDURE
和
CREATEFUNCTION
语句
。
www.ibm.com
9.
The
code
changes
from
CREATE
PROCEDURE
to ALTER
PROCEDURE
,
and
the
stored
procedure
appears
in
Server
Explorer
in
the
Stored
Procedure
node
.
代码
将
从
CREATEPROCEDURE
变为
ALTERPROCEDURE
,
并且
该
存储
过程
显示
在
“
服务器
资源管理器
”
中
的
“
存储
过程
”
节点
下
。
msdn2.microsoft.com
10.
First
look
at the CREATE
PROCEDURE
statement
to
confirm
what
parameters
each
of the
stored
procedures
expects
.
先
看
一下
CREATEPROCEDURE
语句
,
确定
每个
存储
过程
所
需要
的
参数
。
www.ibm.com
1
2
3
4