Is it possible to replace the value in the SQL with a parameter when working with select top queries. I want to beable to determin the number at run time and do not want to have to change the SQL to do this.
I know I could do it programatically but I dont want to start doing it this way if I can use a parameter in the select query.
Many thanks
I know I could do it programatically but I dont want to start doing it this way if I can use a parameter in the select query.
Many thanks