Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updates with XML
Message
De
18/04/2003 10:22:04
 
 
À
17/04/2003 16:52:51
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00779002
Message ID:
00779164
Vues:
15
Roman,

Sorry, your previous post should have the solution stars I picked the wrong posting.

Thank you SOOOOO much, worked exactly as advertised.

Rhonda
UPDATE MyTable1
SET ContactName = MyTable2.ContactName
FROM MyTable1,
(SELECT * 
FROM OPENXML (@idoc, '/ROOT/Customer',1)
WITH (CustomerID varchar(10),
ContactName varchar(20))) AS MyTable2
WHERE MyTable1.CustomerID = MyTable2.CustomerID
>Ignore the PRE and /PRE tags in the previous message, the instructions I got for formatting the code were not clear enough, I was probably supposed to use something else.
>
>Roman
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform