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
Send data from form to webpage
Converting code to VB.NET
Run-time errors'2105' and '3021'
Can't login into Windows XP
how run a macro(that does some tests) the moment MS Acess fires
Custom control to see/select mutliple entries from a list
runtime error when creating image from stream of bytes (Parameter is not valid)
create query in mdb using ADO and A2k
Can I install SQL 2000 that comes with SBS 2003 Premium on a different box?
Memory Dump (WinDbg Provided)