Author: SSWUG Research

Community

Use TOP instead of SET ROWCOUNT

(Kenneth Fisher) Both TOP and SET ROWCOUNT are both valid methods of limiting the result sets from a query. They are however very different commands. The TOP clause of a command limits that single command, while the SET ROWCOUNT command limits all eligible queries within the connection until another