02 2017 档案

摘要:关键脚本(C#语言) 1 /// <summary> 2 /// This method is called when this script task executes in the control flow. 3 /// Before returning from this method, se 阅读全文
posted @ 2017-02-13 14:08 谷仁儿 阅读(1524) 评论(0) 推荐(0)
摘要:DECLARE @begin_date DATETIME,@end_date DATETIME; SELECT @begin_date = CONVERT(DATETIME,CONVERT(CHAR(10), DATEADD(DAY,-2,GETDATE()),120) + ' 00:00:00', 阅读全文
posted @ 2017-02-06 16:27 谷仁儿 阅读(2372) 评论(0) 推荐(0)