Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trigger is locking up record
Message
From
30/04/2004 12:28:42
 
 
To
30/04/2004 10:38:15
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00899034
Message ID:
00899826
Views:
23
OK. I ran your script and created the database, tables and triggers. I then ran the following queries:
insert into table1 values ('a', 'b')

select * from table1
select * from table2
and got the results that I would expect to get. table1 has a row {1,a,b} and table2 has a row {1, a, null}. The trigger is working as you would expect, although I still think that you should write it in a set-oriented fashion.

Can you provide a script that duplicates what you're seeing?

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform