摘要: 改善SQL语句 很多人不知道SQL语句在SQL SERVER中是如何执行的,他们担心自己所写的SQL语句会被SQL SERVER误解。比如: select * from table1 where name='zhangsan' and tID > 10000 和执行: select * from table1 where tID > 10000 and name='zhangsan' 一些... 阅读全文
posted @ 2008-11-09 09:56 Athrun 阅读(1385) 评论(1) 推荐(0) 编辑
摘要: http://www.microsoft.com/china/msdn/library/data/sqlserver/sp04l9.mspx?mfr=true 阅读全文
posted @ 2008-11-09 09:40 Athrun 阅读(186) 评论(0) 推荐(0) 编辑