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 |
dtibor
Starting Member
2 Posts |
Posted - 2007-09-03 : 04:22:54
|
Hello!I want to make sure about an issue related to triggers.In case of triggers DOES EACH CONNECTED user have his own separate INSERTED/DELETED table? I guess the answer is yes but I'm not sure about this mechanism. |
|
Koji Matsumura
Posting Yak Master
141 Posts |
Posted - 2007-09-03 : 04:30:38
|
Each statemnt execution has separate INSERTED/DELETED. |
 |
|
dtibor
Starting Member
2 Posts |
Posted - 2007-09-03 : 04:48:16
|
Thank you! |
 |
|
|
|
|