I wish to find all records of the current day. I have a field Date of type DATE. I am getting error on sql server
\'DATE\' is not a recognized built-in funct
This is not the exact answer but example how to trim the time part from the date time variable
CONVERT(VARCHAR(10),date_manufactured,10) =CONVERT(VARCHAR(10),@startdate,10))