Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a trigger on an audit table may cause multiple ent
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01198853
Message ID:
01199121
Views:
18
Maybe trigger is disabled with
ALTER TABLE...DISABLE TRIGGER
?

>This is it.
>
>
>CREATE TRIGGER [QPRCopy] ON dbo.QPR
>FOR INSERT, UPDATE
>AS
>
>BEGIN
>	INSERT INTO QPRAudit
>	SELECT * FROM Inserted
>END
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform