网页
图片
视频
学术
词典
地图
更多
航班
笔记本
stored procedure
美
英
n.
存储程序
网络
存储过程;预存程序;预储程序
英汉
网络释义
n.
1.
存储程序
1.
存储过程
存储过程
(
stored PRocedure
)答应将运行于数据库层中的持久性逻辑与运行于中间层中的商务逻辑有效地分离开来。这种分 …
www.knowsky.com
|
基于3901个网页
2.
预存程序
预存程序回传变数 (Sp Param):执行过的
预存程序
(
stored procedure
) 回传参数值。 系统变数SysHash:SysHash 的键 (key) …
www.probe.com.tw
|
基于815个网页
3.
预储程序
要能提供
预储程序
(
Stored Procedure
)供使用者呼叫.当使用者对资料库伺服器中的资料库进行查询处理时,必须从前端应用程式 …
www.5doc.com
|
基于771个网页
4.
存储进程
你在 MySQL 中也不会找到
存储进程
(
stored procedure
)以及触发器(trigger)。(针对这些功能,在 Access 提供了相对的 …
www.chinabyte.com
|
基于51个网页
5.
何谓预存程序
14-1
何谓预存程序
(
Stored Procedure
)14-2 预存程序的优点与缺点14-3 预存程序的种类14-4 建立与维护预存程序14-5 建立 …
www.books.com.tw
|
基于48个网页
6.
调用存储过程
...例如:Insert、Update或Delete)或
调用存储过程
(
Stored Procedure
)并提交给SQL Server进行事务(Transaction)处理,同时Po…
blog.csdn.net
|
基于21个网页
7.
存储过程查询
Hibernate 3引入了对
存储过程查询
(
stored procedure
)和函数(function)的支持.以下的说明中,这二者一般都适用。 存储过程/函 …
www.cnblogs.com
|
基于16个网页
8.
开发存储过程
4.1
开发存储过程
(
Stored Procedure
)4.1.1存储过程概述 4.1.2 创建存储过程 4.2 管理触发器(Trig get) 4.2.1 触发器概述 4.2.2 触 …
baike.baidu.com
|
基于8个网页
更多释义
收起释义
例句
释义:
全部
全部
,
存储程序
存储程序
,
存储过程
存储过程
,
预存程序
预存程序
,
预储程序
预储程序
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Returns
the
name
of
the
stored
procedure
or
trigger
where
an
error
occurred
that
caused
the
CATCH
block
of a TRYCATCH
construct
to be
run
.
返回
在
其中
出现
了
导致
TRYCATCH
构造
的
CATCH
块
运行
的
错误
的
存储
过程
或
触发器
的
名称
。
msdn2.microsoft.com
2.
Extended
stored
procedure
can be
disabled
or
enabled
by
using
one
of the
Surface
Area
Configuration
tools
.
例如
,
可
使用
其中一个
外围
应用
配置
器
工具
禁用
或
启用
。
msdn2.microsoft.com
3.
When you
attempt
to
drop
and
recreate
the
stored
procedure
,
but
did
not
remove
the
JAR
file
before
calling
sqlj
.
install_jar
again
.
试图
删除
并且
重新创建
存储
过程
,
但是
在
再次
调用
sqlj.install_jar
之前
没有
删除
JAR
文件
。
www.ibm.com
4.
Expand
the
folder
with the
name
of your
database
(
in
this
case
"
DWESAMP"
)
to
have
a
look
on the imported
tables
and
the
stored
procedure
.
展开
具有
数据库
名称
的
文件夹
(
在
本
例
中
是
“
DWESAMP
”
)
,
查看
所
导入
的
表
及
存储
过程
。
www.ibm.com
5.
An
attempt
to
declare
another
global
cursor
with
the
name
xyz
after
the
stored
procedure
completed
fails
with
a
duplicate
name
error
.
当
该
存储
过程
完成
后
,
试图
使用
xyz
名称
声明
另一个
全局
游标
的
操作
将
失败
,
因为
出现
了
重复
的
名称
错误
。
msdn2.microsoft.com
6.
When
a
function
or
stored
procedure
is
entered
into a
query
,
its
complete
syntax
and
arguments
are
shown
in
a
ToolTip
.
将
函数
或
存储
过程
输入
查询
中
时
,
工具提示
中将
显示
其
完整
语法
和
参数
。
msdn2.microsoft.com
7.
The
example
stored
procedure
is
used
to
insert
data
into
a
set
of
tables
that
are
used
to
partition
sales
data
for a
year
.
该
示例
中
的
存储
过程
用于
向
一
组
表
中
插入
数据
,
这些
表
用于
划分
一
年
的
销售
数据
。
msdn2.microsoft.com
8.
This
procedure
sums
up the
collected
trace
and
lists
how
often
a
given
stored
procedure
was
called
and
how much
time
passed for
all
calls
.
该
过程
总结
收集
到
的
跟踪
,
并
列出
调用
给定
存储
过程
的
频率
,
以及
所有
调用
总共
花费
的
时间
。
www.ibm.com
9.
Each
of these
objects
contains
either
a
SQL statement
or
the
name
of
a
stored
procedure
used
to
read
and
write
data
.
其中
每
一个
对象
都
包含
用于
读取
和
写入
数据
的
SQL
语句
或
存储
过程
名
。
technet.microsoft.com
10.
This
stored
procedure
is
not
used for
snapshot
replication
subscriptions
or
transactional
replication
subscriptions
.
此
存储
过程
不
用于
快照
复制
订阅
或
事务
复制
订阅
。
www.bing.com
1
2
3
4
5