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
Windows XP Home Edition Version 2002 / SP 3
Performance issue when inserting into temporary # table
I have a network laser printer with two trays. How do I make each tray appear as a sepperate printer in Windows Server 2003?
CSS style sheet issue with IE8
I am trying to figure out how to view a scheduled NTBackup for exchange 2007.
c# list
DConcat not working - getting #Error in query results
How to save File loaded as a String?
Adding tooltip labels to scatter chart
Exchange 2000 to 2007, 2000 mailboxes can no longer send email