HI,
I need to create a trigger that will
1.copy all the records of a table to another table in the same database when and entrydate > 31/01/2007.
2. Delete the contents of the source table
Can anyone help me
I need to create a trigger that will
1.copy all the records of a table to another table in the same database when and entrydate > 31/01/2007.
2. Delete the contents of the source table
Can anyone help me
Comment