Results 1 to 3 of 3

Thread: auto delete row under some dates condition

  1. #1
    Join Date
    Jul 2003
    Posts
    421

    auto delete row under some dates condition

    is that possible to auto delete a row by some date
    ________
    Allion
    Last edited by sql; 03-06-2011 at 02:08 AM.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    In sql server, you can write your code and run it as scheduled sql job.

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    or create a trigger that deletes the data whenever a change happens on that table.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •