2016年10月26日
摘要: 参考博客:http://www.cnblogs.com/jiekzou/p/5988099.html 非常感谢博主分享。 1.set nocount on 关闭行基数信息,减少网络通信,提高程序性能。 2.count(1) count(2) count(name) count(*) 前三种效果一样, 阅读全文
posted @ 2016-10-26 07:18 biind 阅读(197) 评论(0) 推荐(0)