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.
| Author |
Topic |
|
thakur_amit
Starting Member
6 Posts |
Posted - 2010-05-20 : 07:20:22
|
| Hi,I am inserting records from excel to given table (ex : TestData).I have written trigger which will update one column for given row.But my trigger fires only for first insert not on subsequent records.For example : I 10 records in excel.Inserted 10 records from excel to TestDataBut trigger is fired only for first records not for rest of nine records.Pls help. |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2010-05-20 : 07:44:46
|
| Could you please paste your trigger code here?Harsh Athalyehttp://www.letsgeek.net/ |
 |
|
|
|
|
|