What is the type of the LastUpdated column? Most probably it's a DATE(TIME) type and thus you probably want to use the = operator instead of the LIKE operator....
It was all me… I was querying other tables to get my variables for this SQL statement and the results where almost correct. This is what happens when a project become more complicated then I am capable of handling late at night. Since Im still in learning mode I thank your responses and will consider how they will affect my query.