摘要: using System; using System.IO; using System.Runtime.CompilerServices; using System.Text; namespace SystemTask { public class CensusdemoTask { System.Threading.Timer timer; pri... 阅读全文
posted @ 2016-12-16 20:04 深南大道 阅读(420) 评论(0) 推荐(0)
摘要: use master GO /* --开启sql server代理 sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'Agent XPs', 1; GO RECONFIGURE GO */ --定义创建作业 DECLARE @jobid uniquei... 阅读全文
posted @ 2016-12-16 19:27 深南大道 阅读(2174) 评论(0) 推荐(0)
摘要: 1.首先新建一个空的解决方案,并添加一个类库,代码如下,编译并生产dll using System; using System.Collections.Generic; using System.Data.SqlTypes; using System.Linq; using System.Text; namespace TEST { public cla... 阅读全文
posted @ 2016-12-16 18:28 深南大道 阅读(589) 评论(0) 推荐(0)