Hi
Q1. I have a small problem, actually I am looking for something we use in SQL server
Inserted.CustName or Deleted.CustNam
Q2. I have a table A. I have some triggers in this to update table
I am flocking table A before updation. Do I need to flock table B in the trigger ?
If I flock table B in the trigger, will the locking and unlocking will happen fo
every record ? because my updation is 'update where <condition>' for more that on
record. Will it execute the trigger and lock table B for all the record
separatly ? That is if the update condition is for 10 records, it will update
record in A and execute the trigger then update the 2nd record and execute th
trigger etc
Mike