Some tables in our DB have 2 update triggs. One is audit trigger, the other one is not.
There are also 2 audit tables which are referred only by audit triggers.
I dropped all audit triggers and audit tables but when I run client and try to update a table which previously had audit trigger, it complains about missing sys object=audit table.
Why? It is dropped with all the references...
1) Can there be some relationship with the other update trigger?
2) Should I clean some cache may be?
Thanks,
Sabina
SQL server - multiple update after triggers question
-
- Уже с Приветом
- Posts: 5669
- Joined: 13 Oct 2000 09:01
- Location: East Bay, CA
-
- Уже с Приветом
- Posts: 5669
- Joined: 13 Oct 2000 09:01
- Location: East Bay, CA
Re: SQL server - multiple update after triggers question
Sabina wrote:...but when I run client and try to update a table which previously had audit trigger, it complains about missing sys object=audit table.
Here is err msg:
SQL Exception (42S02): [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Invalid object name 'AUD_tracking'.
-
- Уже с Приветом
- Posts: 317
- Joined: 16 Feb 2001 10:01
- Location: US
-
- Уже с Приветом
- Posts: 5669
- Joined: 13 Oct 2000 09:01
- Location: East Bay, CA