码迷,mamicode.com
首页 >  
搜索关键字:procedures    ( 129个结果
Microsoft.SQL.Server2012.Performance.Tuning.Cookbook学习笔记(二)
Creating trace with system stored procedures Following are the stored procedures which you should know: sp_trace_create: This stored procedure is used ...
分类:数据库   时间:2017-06-27 23:36:27    阅读次数:197
ITIL - 什么是ITIL?
什么是ITIL (IT Infrastructure Library) ? * 服务管理的最佳实践 * 5本生命周期的书 * 描述 流程(processes)、过程(procedures)、任务(tasks)、检查项(Checklists) * 对IT服务管理进行灵活定制 by Axelos Org ...
分类:其他好文   时间:2017-06-13 14:33:17    阅读次数:205
PL/Sql 中创建、调试、调用存储过程
存储过程 所用函数说明 功能:求和与差 原形:GetSumAndSub(p1 in number , p2 in number ,m out number , b out number) 参数:m=p1+p2 b=p1-p2 1.先建存储过程 左边的浏览窗口选择 procedures ,会列出所有的 ...
分类:数据库   时间:2017-05-02 16:45:03    阅读次数:212
SQL Server 使用触发器(trigger)发送电子邮件
sql 使用系统存储过程 sp_send_dbmail 发送电子邮件语法: 参数参考地址:https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-send-dbmail-transac ...
分类:数据库   时间:2017-04-22 09:44:58    阅读次数:371
Sql_Handle and Plan_Handle Explained
For batches, the SQL handles are hash values based on the SQL text. For database objects such as stored procedures, triggers or functions, the SQL han ...
分类:数据库   时间:2017-04-12 20:35:14    阅读次数:210
ISL - Ch.6 Linear Model Selection and Regularization
Q: Why might we want to use another fitting procedure instead of least squares? A: alternative fitting procedures can yield better prediction accuracy ...
分类:其他好文   时间:2017-04-04 13:27:25    阅读次数:252
How to execute a Stored Procedure with Entity Framework Code First
Recently I worked on a project, which I started as code first and then I forced to switch to Database first. This post is about executing procedures f ...
分类:其他好文   时间:2017-03-13 13:08:27    阅读次数:171
关于Natively Compiled Stored Procedures的优化
Interpreted Transact-SQL stored procedures are compiled at first execution, in contrast to natively compiled stored procedures, which are compiled at ...
分类:其他好文   时间:2017-02-24 15:35:56    阅读次数:169
SQLSERVER中的系统存储过程的使用的总结
系统存储过程 --列出SQL Server实例中的数据库sp_databases--返回SQL Server、数据库网关或基础数据源的特性名和匹配值的列表sp_server_info--返回当前环境中的存储过程列表sp_stored_procedures--返回当前环境下可查询的对象的列表(任何可出 ...
分类:数据库   时间:2017-02-14 21:48:29    阅读次数:222
Procedures to enable the CD-ROM drive of VM machine
OnDeviceManager,UninstalltheCD-ROMdeviceandScanforhardwarechanges.SettheTagto3,Startto1
分类:系统相关   时间:2017-01-22 15:36:30    阅读次数:219
129条   上一页 1 ... 3 4 5 6 7 ... 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!