Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old October 18th, 2007, 09:06 PM
TechnoBill TechnoBill is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2007
Posts: 1 TechnoBill User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 41 sec
Reputation Power: 0
Trigger is causing random number of duplicates

Hi,
We are having a problem with a trigger that we use to create records in a history table. It seems to be working fine in our environment here but in the live environment (with up to 100 users) the history table sporadically contains duplicates (sometimes 50 or 60 copies ) all with the same record even the same time stamp .

We have no idea what is happening.. I am hoping it is because we have done something stupid with the trigger...

ALTER TRIGGER [dbo].[UpdateRosterHistory]
ON [dbo].[tblRoster] FOR INSERT,UPDATE AS
BEGIN
INSERT INTO
tblRosterHistory
(
fldRosterRuleIdHistoryID,
fldRosterRuleId,
fldRecurrenceId,
fldPersonId,
.. snip
)
SELECT
newid(),
history.fldRosterRuleId,
history.fldRecurrenceId,
history.fldPersonId,
...snip
FROM
inserted as history
END

Can anyone give us a clue as to why it works most times and other times we have sooo many duplicates of a change in the history table

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft SQL Server > Trigger is causing random number of duplicates


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway