Listing 3: Prepared Query Using a Less-Restrictive Value EXEC sp_executesql N'SELECT * FROM Sales WHERE ContactID < @ID', N'@ID int', @ID = 200 GO