Microsoft
Software
Hardware
Network
Question : SQL Query to delete all records older than 365 days
I need to write a sql query to delete all records in my database older than 365 days. The date/time field name is called 'DateShipped'. TIA!
Answer : SQL Query to delete all records older than 365 days
delete from tableName
where DateShipped < dateadd( dd, -365, convert(varchar,getdate(),
112) )
Random Solutions
Microsoft Reporting Services Event Log Error
browstat on 2008 DC with computer browser service: Unable to Retrieve server list error 1130
Programatically Publishing the Document Items
I'm having problems with Radio buttons in Access 2007
VBA Inconsistent results using Application.CountA
Disable the Confirm question for action queries in VBA
Best ISA 2006 Add-On to manage Internet Bandwidth
Cursor method: Error Msg
No Licence for Access 97 on NT4
CEdit GetWindowText() for a UNICODE string