Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Functions
Message
 
 
To
11/01/2011 18:30:00
General information
Forum:
Microsoft SQL Server
Category:
Scripting
Title:
Miscellaneous
Thread ID:
01495796
Message ID:
01495810
Views:
74
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform