搜索资源列表
StoreProcNew
- 一般我们要根据数据库的纪录变化时,进行某种操作。我们习惯的操作方式是在程序中不停的查询表,判断是否有新纪录。这样耗费的资源就很高,如何提高这种效率,我想在表中创建触发器,在触发器中调用外部动态连接库通过消息或事件通知应用程序就可实现。而master的存储过程中最好能调用外部的动态连接库,我们在触发器中调用master的存储过程即可。本文提供了动态库与存储过程的具体实现 -we have to follow the general database records change, with
supermarket
- 超市数据库管理系统:建库、触发器、事件、视图
FrameWork104Src
- 其主要的功能就是,进行后台管理模块整合. 1)其可以支持多个应用,多个模块的权限管理. 2)支持Access和MsSql200/2005. 3)采用角色来进行权限的授权,每个用户可以属于多个角色,享有交差权限. 4)整合方便,权限检测采用httpmodule方式检测.基本不用对原有程序进行修改,便可将原有程序进行整合. 5)可视化编辑,全新的Menu和Tab控件.支持拖拉式编辑. 6)统一的事件日志管理,所有登陆操作都有安全记录. 7)每个模块的每个栏目对应一个目录,
fangfan_SQL_in
- 观察近来的一些安全事件及其后果,安全专家们已经得到一个结论,这些威胁主要是通过SQL注入造成的。-Observed a number of recent security incidents and their consequences, security experts have been a conclusion that these threats are mainly caused by the adoption of SQL injection.
GZLTJ
- 帮别人做的一个教师工作量管理系统,事件比较仓促,实现的功能有限-帮别人do a workload management system for teachers, the events too much of a rush to realize the function of the limited
HisEvent
- 基于Intouch组态软件的历史事件查询程序,比Intouch内嵌的历史查询控件好用-Based on Intouch configuration software historical events query process than Intouch embedded in the history of query control easy to use
Database_event_trigger_information
- 数据库事件触发器资料Database event trigger information-Database event trigger information Database event trigger information
SQL2008
- sql 详细说明:经典体系风格实现之事件系统,以kwic为例。该系统采用事件系统已经实现了附件中的作业1、2功能-The KWIC index system accepts an ordered set of lines each line is an ordered set of words, and each word is an ordered set of characters. Any line may be "circularly shifted" by repeatedly rem
PB-information-and-skills
- PB使用中的一些资料及技巧。自定义事件ID含义全面解析,SHELL 命令,提高sql的查询效率,键码常数值描述,运行库文件收集等。-PB use some of the information and skills. Custom event ID means a comprehensive analysis, SHELL command sql query to improve the efficiency, key code constant value descr iption, run
sql-test
- 高教版《数据库技术与应用》的数据库实验3,4的sql源码,在sql事件探查器中运行即可。-HIGHER EDUCATION " database technology and application" of the sql database source experiments 3,4, the sql can run Profiler.
SQL2012-Internals-and-Troubles
- 《SQL Server 2012深入解析与性能优化(第3版) 呈现大量专家建议和实例,指导您在透彻理解SQL Server和Windows内部原理的基础上排除SQL Server 2012故障。通过学习本书,您将能熟练使用具体的故障排除工具,并正确解释工具的输出结果,从而迅速地查找和排除SQL Server所在服务器的各种性能问题。 主要内容 完整介绍查询的生命周期,呈现实际环境中的SQL Server架构 介绍服务器硬件和存储系统,分析SQL Server如何使用内存以及正确的内存
SQL2000_setup
- SQL 事件探测器,用于监测各种对SQL数据库操作的事件记录、说明等情况,便于对SQL数据的错误处理、分析研究。-SQL event detector for monitoring the events recorded on the SQL operations, instructions, etc., to facilitate error handling of SQL data analysis.
自动升级文件和上传升级文件程序
- 上传局域网内自动升级文件(update.pbw)和上传最新升级文件(ftp_update.pbw) 把编辑好的update.exe放在当前应用的下面,即可自动升级。 需建表 系统版本控制表 system_set 字段 cur_ver vchar 程序升级表 CREATE TABLE t_updata( [ver] [char] (5) NOT NULL , [filename] [varchar] (30) NOT NULL , [fileblob]