from BOL:
SET ROWCOUNT
Causes Microsoft® SQL Server™ to stop processing the query after the specified number of rows are returned.
Syntax
SET ROWCOUNT { number | @number_var }
Arguments
number | @number_var
Is the number (an integer) of rows to be processed before stopping the given query.
There is no "i" in team, but idiot has two.