Microsoft
Software
Hardware
Network
Question : Delete rows older then todays date
Hi there
I have a table called Books and a column called Date_Updated (which contains a data field)
I need a DELETE statement that will delete all rows where Date_Updated is less then todays date.
Thanks
Answer : Delete rows older then todays date
DELETE FROM Books
WHERE Date_Updated < DateAdd(dd, DateDiff(dd, 0, GetDate()), 0)
Random Solutions
stored proc select and insert where doesn't exist
Excel VBA Summary Report Solution Needed: Part 2
Exchange 2007 SCR - log truncation problem
Backup user domain profile locally
How to disable complex password requiremnets in w2k8 r2 AD domain?
express edition and version
procurve spanning tree
back order domain name
Protect a Partition - Use Bitlocker or Something Else?
ASP ReadLine: Detect Format Of Line Breaks