小鸟慢飞

博客园 首页 联系 订阅 管理

随笔分类 -  sql

摘要:USE MasterGOsp_configure 'show advanced options', 1GOreconfigure;GOsp_configure 'Database Mail XPs', 1GO reconfigureGOuse msdb goexec dbo.sp_send_dbmail @profile_name ='XX的邮件配置',@recipients = 'XX@163.com', ----163的邮箱支持好些。QQ邮箱似乎不支持验证。@subject = '数据库邮件测试',@body 阅读全文
posted @ 2012-06-14 13:34 小鸟慢飞 阅读(210) 评论(0) 推荐(0)

摘要:View Code 1 var alive = true; 2 string error = null; 3 var success = false; 4 5 // ReSharper disable AccessToModifiedClosure 6 // ReSharper disable UseObjectOrCollectionInitializer 7 var thread = new Thread(() => 8 ... 阅读全文
posted @ 2012-05-07 09:12 小鸟慢飞 阅读(2107) 评论(0) 推荐(0)