Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RSWolf

    Trigger to set time stamp does not fire

    I need to set a timestamp (actual server system time) on each inserted row. There is a primary key column named "doc_id" I try using this trigger: Create Trigger mytrigger On mytable For Insert As Update mytable Set mystamp = getdate() where doc_id in (select doc_id from...

Part and Inventory Search

Back
Top