Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SP with multiple tables and databases (insert & delete)
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00758108
Message ID:
00760029
Vues:
12
>Nadya,
>
>There's nor CredID in your code.
>
I meant CreditID:

INSERT INTO CartDetail (CartContentID, CreditID)
SELECT @CartContentID , value
FROM fn_Split(@tcListOfCodes,',')

It works, but I assume, value is char and CreditID is int. Anyway, no errors and values are inserted correctly.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform