Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2 field Table from comma delimited
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00711833
Message ID:
00712278
Vues:
8
Hi Joe,

The fn_Split() function is generic function that splits passed string into elements based on the delimiter specified and returns result as a table. The code I posted uses this function to split pased string into elements between '&' delimiter and then splits each row returned into two column using '=' as delimiter. So I don't uderstand why you modified fn_Split() function instead of using it as is.

>OK maybe I'm dense (it is quite late) but it seemed like the UDF returned in 100 lines what we had in 1. However, I made extensive changes to the UDF to get what I wanted. For any interested here is the result;
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform