In my DTS Package I have a step that Executes a sql statement: Insert into table values (5, ?, ?). The parameters are set to globals. The first global is a date and the second a text. Upon execution I get the error indicated in the title. I have ran the same statement from analyzer inserting the values of the globals and no problem. I think it has something to do with my date value. I'm new to Sql and DTS and it's the little things like this that makes me want to bang my head. Thanks in advance for any help you can provide.