Viewing 6 posts - 1 through 7 (of 7 total)
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...
March 4, 2012 at 5:45 pm
Maybe it shouldn't be an insert then, an update trigger instead. Attached is my specifics.
March 4, 2012 at 9:48 am
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.
March 3, 2012 at 10:30 am
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...
March 3, 2012 at 10:18 am
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...
March 3, 2012 at 10:06 am
Ok. thanks.
Any help on the values to enter in the Insert Into line?
March 3, 2012 at 8:52 am
Viewing 6 posts - 1 through 7 (of 7 total)