Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trigger is locking up record
Message
De
30/04/2004 12:28:42
 
 
À
30/04/2004 10:38:15
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00899034
Message ID:
00899826
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform