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
 sql server 2005 + row level trigger

Author  Topic 

sharmila
Starting Member

4 Posts

Posted - 2006-07-18 : 11:30:55
hi
i want to know if row level trigger works with sql 2005.
because in 2000.. only statement level trigger was used.

Thks in advance.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-07-18 : 11:40:18
no. triggers are same.
what are you trying to do?



Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2006-07-18 : 11:54:26
What do you mean by a row level trigger?

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-07-18 : 12:11:46
my guess was if you update 100 rows in one go there would be a trigger that fired 100 times.



Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page
   

- Advertisement -