In SQL Server any top expression other than a numeric constant needs to be in parentheses.
SELECT TOP (@MaxLimit) FROM ...
In SQL Server any top expression other than a numeric constant needs to be in parentheses.
SELECT TOP (@MaxLimit) FROM ...