G
Guest
I would like to be able to parameterize the TOP rows value in a stored procedure, like
@RowCount int
SELECT TOP @RowCount * FROM tabl
Is there a syntax that makes this possible, or must it always be hardcoded
Thanks
Dean Slinde
@RowCount int
SELECT TOP @RowCount * FROM tabl
Is there a syntax that makes this possible, or must it always be hardcoded
Thanks
Dean Slinde