Microsoft
Software
Hardware
Network
Question : getdate not time
Hi I have the following sql
SELECT *
FROM ErrorLogs
WHERE DateErrorReported = GETDATE()
Its supposed to select all records that have todays date, but its not working as i think its comparing the time as well as date
how do i just compare the dates and not the time?
Answer : getdate not time
SELECT *
FROM ErrorLogs
WHERE Datediff(d, DateErrorReported, GETDATE()) = 0
Random Solutions
Documentation on SAMBA and Active Directory Integration
Export-Mailbox says pst directory does not exist when it does
Can't access Microsoft windows update website anymore?
How do I make Firefox prompt me for an application to open XML files?
infopath regular expressions
2nd DNS Entry for Exchange Client Access Server
How to export images from Access to Excel
Remove header from array created using Get-QADComputer cmdlet?
100% CPU usage in vCenter but not in taskmanager on the Windows NT 4.0 VM that has been converted
asp - The resource could not be found