I was writing a query for Reporting Services (SSRS) and I really wanted to use a parameter to allow the user to choose how many of the "top" results should be retrieved/shown. With SQL Server 2005, the TOP expression is now parameterized however
Read More...