I am trying to get the date component in this query. How can I create a query that is the most efficient?
UPDATE myTable
WHERE
[DateTime] = @DateTime
AND
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SQL 2008 has a DATE datatype:
I cannot put it in better context without more of your
UPDATEstatement