This is really only a short question, but I can't find the answer anywhere.
Is it possible to use an Excel parameter in a t/sql
query as a SELECT TOP xxxx
, where the parameter here defines how many rows are fetched, without using a stored procedure?