Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Duplicate entries

Author  Topic 

nasha
Starting Member

1 Post

Posted - 2014-06-12 : 06:01:36
Hi,

i got error while updating a table ,duplicate entries and trigger got fired ..so how to debug the trigger to know duplicate record
can any one please help me .

Regards,
Asha

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-06-12 : 08:00:45
Please post:

1. DDL to CREATE the TABLEs involved (including the trigger code, of course)
2. DML to populate (INSERT INTO) the tables with sample data
3. The query used to produce the error
4. Any data used by the query in item 3.
Go to Top of Page
   

- Advertisement -