I am using Sql 2005
i have a table that has dates and names in it
i need to put out infromation based on two dates, i try the bettween statement but it didnt incl the dates
is this due to the time part being there and is the a way i can sort this out in my select statment
thanks
where dtCreated >= '09/23/2014' and dtCreated <='09/26/2014'