2017年2月23日

System.Windows.Forms.Timer、System.Timers.Timer、System.Threading.Timer的差别和分别什么时候用

摘要: http://space.itpub.net/12639172/viewspace-571197http://msdn.microsoft.com/en-us/magazine/cc164015.aspx System.Windows.Forms.Timer执行的时候,如果你在过程中间加一个slee 阅读全文

posted @ 2017-02-23 09:09 伍岳 阅读(1338) 评论(0) 推荐(0)

2017年1月5日

SQL Server不同服务器数据库之间的数据操作

摘要: 1 /*不同服务器数据库之间的数据操作*/ 2 3 --创建链接服务器 4 exec sp_addlinkedserver 'ITSV ', ' ', 'SQLOLEDB ', '远程服务器名或ip地址 ' 5 exec sp_addlinkedsrvlogin 'ITSV ', 'false ',null, '用户名 ', '密码 ' 6 7 --查询示例 ... 阅读全文

posted @ 2017-01-05 09:17 伍岳 阅读(1825) 评论(0) 推荐(0)

导航