remote stored procedure的意思|示意

美 / / 英 / /

远程存储过程


remote stored procedure的网络常见释义

远程存储过程 在SQL Server2005中,远程存储过程(Remote Stored Procedures)是位于远程服务器上的存储过程,通常可以使用分布式查询和EXECUTE命令执行一个远程存储过程。

远端预存程序 ... 预存程序解析程式 stored procedure resolver 预存虚拟机器 stored virtual machine 远端预存程序 remote stored procedure ...

remote stored procedure相关例句

A federated stored procedure can be thought of as a nickname for a remote stored procedure.

联邦存储过程可以看作是远程存储过程的一个昵称。

The JDBC application returned these as a ResultSet object from either the federated stored procedure or the remote native stored procedure.

JDBC应用程序以ResultSet对象的形式从联邦存储过程或远程本地存储过程返回结果集。

In this case you need to make sure that the stored procedure exists on that remote server.

在这种情况下,需要确保这个存储过程在远程服务器上存在。

Calling a remote stored procedure with no result set means that the overhead added by federation is limited to name and type mapping between local and remote names and input parameters.

如果调用没有结果集的远程存储过程,那么联邦所增加的开销仅限于本地和远程名称及输入参数之间的名称和类型映射。

The only way for a remote server to enlist in the transaction is to be the target of a distributed query or a remote stored procedure call.

远程服务器登记到事务中的唯一方法是成为分布式查询或远程存储过程调用的目标。

Our experimental setup was the same as for the last tests, except that the remote stored procedure was written to return a result set whose size depended on an input parameter.

实验设置与前面的测试相同,惟一不同的是远程存储过程现在返回一个结果集,结果集的大小取决于输入参数。