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
InteropServices.COMExcepti
on: Cannot open any more tables.
Is there any reason not to install Office 2007 on the Server that's running Exchange 2010?
How i can export contacts from iphone to SIM
Last 3 tweets in WordPress
who wrote the Torah?
can thi s be done in CSS or HTML
ESXi 4.0 - virtual machine sees only one CPU
ASP.NET Membership and Profile Set Up
truncating table and updating from another table converting varchar to int and datetime
GetMessage() in MFC console app