摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Threading;/// /// 计划任务代理/// public delegate void TaskSch... 阅读全文
posted @ 2014-10-28 09:40 夹心刺猬 阅读(314) 评论(0) 推荐(0)
|
|
|
|
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Threading;/// /// 计划任务代理/// public delegate void TaskSch... 阅读全文
posted @ 2014-10-28 09:40 夹心刺猬 阅读(314) 评论(0) 推荐(0)
摘要:
方法一:With [TempTable] As (Select [FieldID], Row_Number() Over(Order By [FieldID]) RowNumber From [Target])Update [Target] Set [FieldID] = RowNumber方法二:... 阅读全文
posted @ 2014-10-28 09:33 夹心刺猬 阅读(1578) 评论(0) 推荐(0) |
|