05 2013 档案

摘要:ProblemAs we are looking through the new features in SQL Server 2008 we found a potentially interesting one called Change Data Capture. Can you give us a detailed explanation of how we go about using this one?SolutionChange Data Capture is a new feature in SQL Server 2008 that records insert, update 阅读全文
posted @ 2013-05-21 09:04 特务小强 阅读(461) 评论(0) 推荐(0) 编辑
摘要:1 @echo off 2 set work_path=E:\DataFile\0003003 E: 4 cd %work_path% 5 for /R %%s in (*idx*.csv) do ( 6 echo %%s7 copy "%%s" "E:\DataFile\000300"8 )9 pause View Code 阅读全文
posted @ 2013-05-17 09:57 特务小强 阅读(242) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示