Forum Replies Created

Viewing 6 posts - 1 through 7 (of 7 total)

  • RE: Insert Trigger Help

    Yes, this is homework. And unfortunately, it's easy to see that I didn't understand my one example given.

    Not looking for the answers, I want to figure this...

  • RE: Insert Trigger Help

    Maybe it shouldn't be an insert then, an update trigger instead. Attached is my specifics.

  • RE: Insert Trigger Help

    I guess the rough part now is passing the ID in is how I was instructed specifically to create the trigger.

    I'll take a look at the books.

    Thanks.

  • RE: Insert Trigger Help

    Thanks but unfortunately I'm either not smart enough to figure that out or it's just not creating what I need it to. My assignment was to only passthrough the...

  • RE: Insert Trigger Help

    My problem is I don't know what physical code to type in on the values line.

    INSERT INTO CustomerLog (CustomerLogId, CustomerID, Email, LogDate)

    Values(CustomerLogId, @CustomerID, Email, GetDate())

    When I enter...

  • RE: Insert Trigger Help

    Ok. thanks.

    Any help on the values to enter in the Insert Into line?

Viewing 6 posts - 1 through 7 (of 7 total)