On Tue, May 10, 2011 at 10:09 PM, John Engwer <[email protected]> wrote:
> Razzak, > > Thanks for the tip. I will implement that right away. > I am also writing a delete trigger that will that will collect data to help > identify what is causing the problem. Excellent, John! Technically, in your specific scenario, you could take advantage of both "Before Delete" and "After Delete" Triggers. Before Delete - executes the specified stored procedure before a row is deleted. After Delete - executes the specified stored procedure after a row is deleted. Very Best R:egards, Razzak.

