how can I...

  • ... I am trying to run an update on a field that will change a record status to 'live' if a record close date is in five days time.

    I thought of a trigger but there is nothing to trigger it to run except changing of sysdate. the only other way i could think of doing it was a scheduled DTS package running at 00:01 each day.

    Can anybody provide any other suggestions or solutions.

    Sorry for posting here but was unsure as to best place for this messgae.

    Cheers


    Cheers

  • DTS would work, though maybe more than you need. Sounds like a simple update statement running in a TSQL job step should do the trick.

    Andy

    http://www.sqlservercentral.com/columnists/awarren/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply