一,Linq to EF using System;using
System.Runtime.CompilerServices;using System.Linq;using System.Data; namespace
EntityframeworkSQL{ class Program { sta...
分类:
数据库 时间:
2014-07-22 23:00:53
阅读次数:
553
Last_IO_Error: Fatal error: The slave I/O thread
stops because master and slave have equal MySQL server ids; these ids must be
different for replicati...
分类:
数据库 时间:
2014-07-22 22:59:53
阅读次数:
614
kbengine mmo源码(完整服务端源码+资源+完整客户端源码)PyConsole:
display server information.PyConsole: Stop the server.Guiconsole:
debug.Guiconsole: log.Demo: Ogre.Demo: ...
分类:
其他好文 时间:
2014-05-02 00:05:57
阅读次数:
340
平台环境; 先是装了WINDOWS
2008,没有升级到AD,再安装了sql2008后再升级了AD。现在SQL建了几个数据库备份计划,但都提示下面的信息:日期2010-4-15
9:36:00日志作业历史记录 (MaintenancePlan.Subplan_1)步骤 ID0服务器SERVER作业名...
分类:
数据库 时间:
2014-05-01 22:34:49
阅读次数:
563
package 动态连接数据库;import
java.lang.reflect.InvocationHandler;import java.lang.reflect.Method;import
java.lang.reflect.Proxy;import java.sql.Connection;i...
分类:
数据库 时间:
2014-05-01 22:30:11
阅读次数:
536
1.在开发板具体操作步骤如下:1.1 :设置IPifconfig
eth0172.27.52.2001.2 :ping通 虚拟机Linux 主机Linuxping XXX.XXX.XXX.XXX1.3.挂接mount -t
nfs -o nolock XXX.XXX.XXX.XXX:/work/nf...
分类:
系统相关 时间:
2014-05-01 22:28:55
阅读次数:
792
需求架构准备工作主从服务器时间同步#
主从服务器同时配置crontab任务,与NTP服务器同步时间即可*/5 * * * * ntpdate 172.16.0.1
&>/dev/null部署配置主库配置vi /etc/my.cnf server-id = 1 # 在复制架构中,需保持全局唯一 ...
分类:
数据库 时间:
2014-05-01 22:27:40
阅读次数:
699
SQL还原时出现下面的错误,System.Data.SqlClient.SqlError:
尚未备份数据库 "***" 的日志尾部。如果该日志包含您不希望丢失的工作,请使用 BACKUP LOG WITH NORECOVERY 备份该日志。请使用
RESTORE 语句的 WITH REPLACE 或...
分类:
数据库 时间:
2014-05-01 22:26:24
阅读次数:
499
Steps:
1. backup database DBmirror on SQL1
2. backup database log
3. copy db and log backup files to SQL2
4. restore db with norecovery
5. restore log with norecovery
6. create endpoints on both...
分类:
数据库 时间:
2014-04-30 22:15:38
阅读次数:
414
最新项目稍有空隙,开始研究SQL Server 2012和2014的一些BI特性,参照(Matt)的一个示例,我们开始体验SSIS中的CDC(Change Data Capture,变更数据捕获)。
注:如果需要了解关于SQL Server 2008中的CDC,请看这里http://www.cnblogs.com/downmoon/archive/2012/04/10/2439462.html“),本文假定读者对CDC的工作方式已有所了解。^_^。...
分类:
其他好文 时间:
2014-04-30 22:11:39
阅读次数:
276