Triggers BIR

Will we ever get Before (not instead of) triggers and Row triggers? Whenever I have to convert an Oracle application or have a moderately complex application I always curse MS and wonder why every DB except MS has Before and Row based triggers. Could you at least tell me why MS doesn't add these?
[304 byte] By [chuck02323] at [2008-2-13]
# 1

Support for BEFORE and row level triggers is not included in SQL Server 2008.
We realize that BEFORE triggers are extremely useful, specifically in migration scenarios, and are considering this functionality for a future release. Meanwhile, consider using INSTEAD OF triggers to achieve similar functionality.

Row level triggers, though useful in some scenarios, have the potential to significantly impact performance for scenarios where a large number of rows are modified. Having said that, we are actively tracking customer requests for this functionality and we will consider supporting it in a future release.

A request for this functionality has already been filed on connect.microsoft.com here: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=285655&wa=wsignin1.0. If you haven't already done so, please indicate how important this functionality is for you using the 'Rating'.

Thank you.

SaraTahir[MSFT] at 2007-10-2 > top of Msdn Tech,SQL Server Katmai,SQL Server Katmai Database Engine...

SQL Server Katmai

Site Classified