Disabling triggers
From: Phil Davy (anonymous_at_discussions.microsoft.com)
Date: 10/01/04
- Next message: Vinodk: "Re: Disabling triggers"
- Previous message: Dan Guzman: "Re: join using like returns no row (SQL Server 7)"
- Next in thread: Vinodk: "Re: Disabling triggers"
- Reply: Vinodk: "Re: Disabling triggers"
- Reply: Roji. P. Thomas: "Re: Disabling triggers"
- Reply: Tibor Karaszi: "Re: Disabling triggers"
- Reply: David Portas: "RE: Disabling triggers"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 1 Oct 2004 04:27:22 -0700
Does anyone know if there is/are a T-SQL command(s) to
temporarily disable a trigger? (a bit like SET ANSI
NULLS OFF/ON) ?
All I can think of doing is editing the existing trigger
with a "return" statement at the start.
Or I could drop it, however then I will need to recreate
it.
So if possible I prefer the solution of temporily
disabling it.
Can anyone help please?
Thanks
Phil
- Next message: Vinodk: "Re: Disabling triggers"
- Previous message: Dan Guzman: "Re: join using like returns no row (SQL Server 7)"
- Next in thread: Vinodk: "Re: Disabling triggers"
- Reply: Vinodk: "Re: Disabling triggers"
- Reply: Roji. P. Thomas: "Re: Disabling triggers"
- Reply: Tibor Karaszi: "Re: Disabling triggers"
- Reply: David Portas: "RE: Disabling triggers"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|