i made a after delete trigger on a table1 and in this trigger i insert the deleted data in another table name tab2. when i execute the delete stored procedure of table1 from sql server 2005 then trigger working fine but when i execute delete stored procedure of table1 from c# then it is not working properly. Help me
A:
Sounds like a permissions issue to me. Check the login in your connection string. Are those the same credentials you used to sign in to Management Studio? If not, verify that the user has permission to access the trigger, as well as permission to do whatever the trigger does.
Justin Morgan
2010-08-05 12:54:50