October 14, 2011 at 8:50 am
Hi, I have created the Trigger for insertion, Deletion, and Updation in table, this triggers change others table, depends of change in first table (Sales Order & Stocks)
But, eventually the triggers change to disable with out instruction.
SQLserver2005
Hola, tengo una tabla la cual tiene triggers asociados, al Insertar , Eliminar o Modificar algun registro.
EStos triggers se encargan de actualizar otra tabla cuando occurre alguna actividad en la tabla anterior (Orden de Venta v/s existencias).
Cada cierto tiempo estos triggers aparecen desabilitados, sin existir instrucciones que lo realizan.
Uso SQLserver2005.
Gracias.
October 14, 2011 at 9:48 am
Are you saying the triggers are disabled by no interaction? No code, no UI work?
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
October 14, 2011 at 10:40 am
exactly, may be any errors, but when lock in logs the server, not found information of errors about this event.
October 14, 2011 at 11:40 am
Something had to disable the triggers. They just can't disable themselves. Maybe somebody disabled them accidentally?
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply