摘要: 一、TOP替代Set RowCount 在SQL Server 2005之前的传统SQL语句中,top语句是不支持局部变量的。见http://www.cnblogs.com/downmoon/archive/2007/12/29/1019686.html 此时可以使用Set RowCount,但是在SQL Server 2005/2008中,TOP通常执行得更快,所以应该用TOP关键字来取代Set RowCount。 阅读全文
posted @ 2010-10-12 22:27 邀月 阅读(5984) 评论(10) 推荐(6) 编辑
摘要: SQL Server 2008中新增功能:可以使用单个Insert命令插入多行。 阅读全文
posted @ 2010-10-12 20:51 邀月 阅读(10240) 评论(18) 推荐(8) 编辑