titans4771
MIS
I am currently using getdate() in one of my queries as such:
where checkdate = getdate().. problem with this is it prints out the time: 2009-10-23 09:38:48.673
How can I set getdate() to not include the time:
2009-10-23 00:00:00.000
Thanks!!!
where checkdate = getdate().. problem with this is it prints out the time: 2009-10-23 09:38:48.673
How can I set getdate() to not include the time:
2009-10-23 00:00:00.000
Thanks!!!