Viewing 6 posts - 1 through 7 (of 7 total)
Lowell:
I changed the names of the colums in the AppointmentStatusTransactions table so they aren't identical to the column names in the Appointment table and voila, it worked.
Not sure if SQL...
August 16, 2010 at 12:55 pm
Lowell:
You're probably ready to shoot me, but one last thing.
I deleted all the rows from the AppointmentTransactionTable and used the application to update the Appointment table.
The trigger worked perfectly.
Could my...
August 16, 2010 at 12:44 pm
Lowell:
Once again Thanks.
Couple of clarifications:
1) I'm writing some adjunct code to an application that exists. That's the reason for UNIQUEIDENTIFIERS (I'm stuck with them).
2) The Appointment table...
August 16, 2010 at 12:20 pm
Lowell:
Tried your suggestion of GROUP & ORDER, still no changes.
Here are the tables (I used SS Mgmt Studio to create:
CREATE TABLE dbo.AppointmentStatusTransactions (
AppoiintmentUID UNIQUEIDENTIFIER PRIMARY KEY,
AppointmentStatusUID...
August 16, 2010 at 11:01 am
Lowell:
Thanks for the quick reply.
The data is changing, I've looked at the Appointment table and see that the changes are made, but not reflected in either the INSERTED or DELETED...
August 16, 2010 at 9:34 am
Gail:
Thanks for your quick response.
The refresh didn't work, but after your post I decided to shut SS Mgmt Studio down and bring it up again and voila the trigger appeared.
Thanks...
August 9, 2010 at 2:54 pm
Viewing 6 posts - 1 through 7 (of 7 total)