I am using a pass-through query that calls a stored procedure in sql 2005 but it requires a date paramater. If I hard code the date in the pass-through query everything works like it should. Is it possible to pass "todays" date so every time the query runs it is using the current date if so how do I accomplish it?