摘要: 1.ALTER DATABASE AdventureWorks SET ENABLE_BROKER //指定哪个数据库开启该服务2.GRANT SUBSCRIBE QUERY NOTIFICATIONS TO [YourComputerName\UserName] //哪个用户能使用该服务 using System;using System.Collections.Generic;using S... 阅读全文
posted @ 2009-12-23 10:49 千禧牛 阅读(236) 评论(0) 推荐(0)