码迷,mamicode.com
首页 >  
搜索关键字:procedures    ( 129个结果
Converting to Oracle Real Application Clusters from Single-Instance Oracle Databases
ConvertingtoOracleRealApplicationClustersfromSingle-InstanceOracleDatabasesThischapterdescribestheproceduresforconvertingfromOracleDatabase11grelease2(11.2)single-instancedatabasestoOracleRealApplicationClusters(OracleRAC)databases.ifyouareupgradingfrom Ora..
分类:移动开发   时间:2015-07-20 17:00:38    阅读次数:183
资金计划报表sql 希望大家给点意见,指出我的存储过程里面的错误的地方
IF EXISTS (SELECT * FROM sys.procedures WHERE object_id = OBJECT_ID(N'[dbo].[Proc_FM_RollingBudgetRollingCapitalplan]'))DROP proc [dbo].[Proc_FM_Rolli...
分类:数据库   时间:2015-07-16 16:25:45    阅读次数:256
[翻译][MVC 5 + EF 6] 9:异步和存储过程
原文:Async and Stored Procedures with the Entity Framework in an ASP.NET MVC Application1.为什么使用异步代码: 一个服务器可用的线程数量是有限的,在高负载的情况下所有的可用线程都可能在使用。在这种情况下,在线程被....
分类:Web程序   时间:2015-06-25 17:17:24    阅读次数:223
hdu 4288 Coder
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=4288CoderDescriptionIn mathematics and computer science, an algorithm describes a set of procedures or i...
分类:其他好文   时间:2015-06-10 19:01:16    阅读次数:209
Oracle Data Integrator 12c - Creating Procedures and Scenarios
This tutorial walks you through the steps that are needed to create an Oracle Data Integrator Studio (ODI) procedure and scenario, and schedule the sc...
分类:移动开发   时间:2015-05-02 11:08:44    阅读次数:140
[MySQL] Stored Procedures
Stored routines (procedures and functions)can be particularly useful in certain situations:When multiple client applications are written in different ...
分类:数据库   时间:2015-04-27 12:42:32    阅读次数:175
sql 关于存储过程的查询
--查数据库中所有的存储过程select * from sys.procedures ----------------------查数据库中所有的存储过程select o.name from syscomments cm inner join sysobjects o on o.id=cm.id ....
分类:数据库   时间:2015-04-24 13:56:08    阅读次数:154
hdu4288 离线处理线段树
http://acm.hdu.edu.cn/showproblem.php?pid=4288 Problem Description   In mathematics and computer science, an algorithm describes a set of procedures or instructions that define a procedure...
分类:其他好文   时间:2015-04-06 21:53:41    阅读次数:243
如何track存储过程的编译次数
原文: 如何track存储过程的编译次数 转载自此处 有个script我们很熟悉,是用来去查找当前SQL Server中哪些存储过程变重编译的次数最多的: --Gives you the top 25 stored procedures that have been recompiled. sele...
分类:其他好文   时间:2015-03-06 12:29:39    阅读次数:178
SQL 调用 webservice
webservice 需要配置为get 方式sp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'Ole Automation Procedures', 1;GORECONFIGURE;GO/***********...
分类:数据库   时间:2015-02-12 18:19:42    阅读次数:232
129条   上一页 1 ... 8 9 10 11 12 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!