码迷,mamicode.com
首页 >  
搜索关键字:active record    ( 6690个结果
通过Transaction Log(fn_dblog)取回被删除的数据
最近跟 James 讨论为何「ApexSQL Log」这个工具可以读到被删除的数据呢?原来它是透过 Transaction Log 来读取数据的!于是透过 Transaction Log 到网络上有找到「SQL Server – How to find Who Deleted What record...
分类:数据库   时间:2014-11-22 10:34:07    阅读次数:304
The transaction log for database 'XXX' is full due to 'ACTIVE_TRANSACTION'.
Msg 9002, Level 17, State 4, Line 4The transaction log for database 'Test' is full due to 'ACTIVE_TRANSACTION'.本定一个测试库错误,由于此库的LOG文件被设置成不允许自动增长,而在大量输入数...
分类:数据库   时间:2014-11-22 00:40:53    阅读次数:394
zabbix agent 类型所有key
zabbixagent类型所有keyfzabbix服务器端通过与zabbixagent通信来获取客户端服务器的数据,agent分为两个版本,其中一个是主动一个是被动,在配置主机我们可以看到一个是agent,另一个是agent(active)。前者为被动检测,后者为主动检测。那么主动和被动区别在哪里呢?被动:za..
分类:其他好文   时间:2014-11-21 16:41:29    阅读次数:349
Oracle 11gR2 Database和Active Data Guard迁移案例
客户一套核心系统由一台Oracle Database 11.2.0.3.4单机和一台Active Data Guard组成,分别运行在两台PC服务器上,Oracle Linux 5.8 x86_64bit操作系统,两台服务器都未接存储设备;由于原有设备老旧等原因,现在要将这套Oracle数据库系统....
分类:数据库   时间:2014-11-21 12:25:38    阅读次数:410
FORALL与BULK COLLECT是实现批量SQL
2014年11月20日,星期四 更新1. 示例1declare/* type card_rec_type is record ( dn_no channel.dn_no%type, channel_id channel.channel_id%type); type nested_card_type ...
分类:数据库   时间:2014-11-21 01:18:08    阅读次数:408
Sencha Touch 心得
1、Sencha Touch 默认style="width: 100% !important;"时如何去掉这个设置?updateRecord: function(record) {var me = this;me.element.setStyle('width','');}使用setStyle方法重...
分类:其他好文   时间:2014-11-21 01:13:29    阅读次数:184
sas数据读取详解 四种读取数据方式以及数据指针的位置 、读取mess data的两个小工具、特殊的读取技巧、infile语句及其选项(dsd dlm missover truncover obs firstobs)、proc import、自定义缺失值
(The record length is the number of characters, including spaces, in a data line.) If your data lines are long, and it looks like SAS is not reading a...
分类:其他好文   时间:2014-11-20 23:31:05    阅读次数:1331
如何利用ash监控会话
ash是非常有效的监控工具之一,1秒抓一次 select max(sample_time)over(),min(sample_time)over() from dba_hist_active_sess_history; --8天 select max(sample_time)over(),min(sample_time)over() from v$active_session_histor...
分类:其他好文   时间:2014-11-20 18:52:03    阅读次数:251
学习如何用VS2010创建ocx控件
1参考文章(1)这一篇将使用vc创建ocx控件:http://blog.csdn.net/jiadelin/article/details/2917225(2)这一篇文章有关vs2010创建active控件讲的好:http://www.cnblogs.com/liulixiang/archive/2...
分类:其他好文   时间:2014-11-20 16:58:01    阅读次数:170
android 性能测试iozone篇
一:简介 iozone是一个文件系统的benchmark工具, 用于测试不同的操作系统中文件系统的读写性能, 可以测试以下13种模式 0=write/rewrite 1=read/re-read 2=random-read/write 3=Read-backwards 4=Re-write-record 5=stride-read 6=fwrite/re-fwrite 7=fread/Re-fread 8=random mix 9=pwrite/Re-pwrite 10=pread/Re-pread 11=...
分类:移动开发   时间:2014-11-20 09:09:04    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!