码迷,mamicode.com
首页 >  
搜索关键字:full backup    ( 5852个结果
Windows Azure Online Backup是一套基于云技术的在线备份
WindowsAzureOnlineBackup是一套基于云技术的在线备份解决方案。你可以通过它将文件备份到云端的数据中心,在本地文件出现损坏或丢失时,他将给你提供更为安全可靠的文件恢复。微软将它作为本地备份解决方案的替代产品。它提供块级存储的增量备份(就是说备份系统仅仅更改数据..
分类:Windows程序   时间:2014-05-02 03:30:41    阅读次数:425
System.Data.SqlClient.SqlError: 尚未备份数据库的日志尾部
SQL还原时出现下面的错误,System.Data.SqlClient.SqlError: 尚未备份数据库 "***" 的日志尾部。如果该日志包含您不希望丢失的工作,请使用 BACKUP LOG WITH NORECOVERY 备份该日志。请使用 RESTORE 语句的 WITH REPLACE 或...
分类:数据库   时间:2014-05-01 22:26:24    阅读次数:499
git log 积累
git  log 的用法,具体参考 git log --help,以下是个人在使用中遇见的问题,略作统计。 查看单个文件的修改差异(类似于查看单个文件的log,同时将每次log 的详细记录都显示出来): --full-diff Without this flag, git log -p ... shows commits that touch the specified paths,...
分类:其他好文   时间:2014-05-01 18:33:15    阅读次数:324
Full postback triggered by LinkButton inside GridView inside UpdatePanel
GridView inside of a UpdatePanel,get the button to trigger a partial postback ...
分类:其他好文   时间:2014-05-01 14:06:55    阅读次数:355
[TroubleShooting] The remote copy of database xx has not been rolled forward to a point in time
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
MySQL备份数据库脚本
Windows@echo offmysqldump --add-drop-database --add-drop-table -u root -p123456 dbname > d:\db_backup\%date:~0,4%-%date:~5,2%-%date:~8,2%_%time:~0,2%-...
分类:数据库   时间:2014-04-30 21:41:43    阅读次数:526
A quest for the full InnoDB status
When running InnoDB you are able to dig into the engine internals, look at various gauges and counters, see past deadlocks and the list of all open tr...
分类:数据库   时间:2014-04-29 15:41:04    阅读次数:686
MySQL死锁[转]
案例描述 在定时脚本运行过程中,发现当备份表格的sql语句与删除该表部分数据的sql语句同时运行时,mysql会检测出死锁,并打印出日志。两个sql语句如下: (1)insert into backup_table select * fromsource_table (2)DELETE FROM s...
分类:数据库   时间:2014-04-29 15:28:42    阅读次数:775
推荐一款免费的SQLsever的备份软件sqlBackupAndFtp
sqlsever 备份和上传的一个国外软件不错,蛮方便的,小巧使用,还可以FTP上传备份数据。...
分类:数据库   时间:2014-04-29 13:12:20    阅读次数:311
Java01 常用的linux命令
一、linux 命令 0.man:查询使用手册1.pwd:Print the full filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information about the FILEs (the current...
分类:编程语言   时间:2014-04-29 11:31:46    阅读次数:489
5852条   上一页 1 ... 583 584 585 586 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!