异常处理汇总-后端系列 http://www.cnblogs.com/dunitian/p/4523006.html
最近使用ADO.NET的时候,发现select top @count xxxx 不行,,换了种写法 select top(@count) xxx。然后就可以了