Link to home
Start Free TrialLog in
Avatar of sigallie
sigallie

asked on

SQL Server Data loss

hi experts. I have an sql table from which data is randomly deleted.  the application that I use to insert data into this table does not have any delete command on this table. I was using sql 2000 on server 2003, but now have changed to sql 2005 on server 2003, the problem still occurs. I have put in a trigger on the table which copies the deleted row to another table and surely, deleted records are being sent to this table. What could be causing these deletions. Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial