Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Functions
Message
 
 
À
11/01/2011 18:30:00
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Scripting
Titre:
Divers
Thread ID:
01495796
Message ID:
01495810
Vues:
76
>>>I once saw a download of VFP style functions for SQL Server. Can someone point to where I can find it again?
>>
>>See File #27115. Anyway, what do you need them for?
>
>Thanks,
>
>Looking for some UDFs that may help. I don't like to re-invent when there is already something out there.

Scalar UDF functions are slow in SQL Server. There are Connect items to make it faster. In general, if you can embed the logic into the query directly (say, using CROSS APPLY technique - see sample here Parsing Address to individual components ) then it will be better than using scalar UDF.
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