Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 3rd, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. sql server db automatic update [closed]
  2. DELETE
  3. FROM    MyNewsTable
  4. WHERE   NewsItemDate < '2012-01-01 00:00:00.000'
  5. // '2012-01-01 00:00:00.000' will be whatever date you want
  6. // to delete news items for