摘要: 1、背景 上面这段话是十月份处理一个出错作业,结合之前似曾遇到类似问题记录下来的。当时想着有空的时候把相似的问题挖出来,再进行对比。先来看下这个出错作业,作业的逻辑很简单,insert into A select columnlist from B inner join C on B.userid= 阅读全文
posted @ 2016-12-01 22:55 Uest 阅读(501) 评论(1) 推荐(0)
摘要: 2016-03-08 17:56 整理,未发布 1、背景 从别处拿来一备份文件 restore headeronly from DISK = N'E:\AdventureWorks2008_F_20161109.bak' restore filelistonly from DISK = N'E:\A 阅读全文
posted @ 2016-12-01 22:24 Uest 阅读(1081) 评论(0) 推荐(0)