Local Stored Procedures的意思|示意
本地存储过程
Local Stored Procedures的网络常见释义
本地存储过程 ...储过程的类型存储过程可分为下列 5 种类型:※ 系统存储过程(System Stored Procedures)※ 本地存储过程(Local Stored Procedures)※ 临时存储过程(Temporary Stored Procedures)※ 全局临时存储过程7※ 远程存储过程※ 扩展存储过程存储过程的优点使用存储过程...
Local Stored Procedures相关例句
This is achieved through the use of local transactions and database stored procedures.
这是通过使用本地事务和数据库存储过程实现的。
Both activities are implemented in separate methods using local transactions and stored procedures.
两个活动分别使用本地事务和存储过程的方法实现。
From a data-persistence standpoint, the fastest way to perform a database update operation is to use local transactions combined with database stored procedures.
从数据持久化的角度看,进行数据库更新操作的最快速的方式是将本地事务与数据库存储过程一起使用。