Re: Is MS-SQL6.5 in the same league as Oracle, Sybase?
From: David Upham <npis_at_ms1.hinet.net>
Date: 1996/10/14
Message-ID: <53uhmm$4eu_at_netnews.hinet.net>#1/1
Date: 1996/10/14
Message-ID: <53uhmm$4eu_at_netnews.hinet.net>#1/1
In article <01bbb811$f90c2c60$0100007f_at_SteveC.icon.co.za>, dukey_at_icon.co.za
says...
>
>David Upham <npis_at_ms1.hinet.net> wrote in article
><53mkcd$s7p_at_netnews.hinet.net>...
>
><snip>
>>
>> User-defined functions are supported by MS SQL Server.
>>
><snip>
>
>I have never seen any information on this feature in SQL Server. Perhaps
>you could point me in the right direction.
>
>
>Thanks
>Steve.
>
They are called extended stored procedures in MS SQL Server. User defined
functions are compiled into DLL's and then can be called in the same manner as
stored procedures. MS supplies a number of them for specific uses (such as
mail and executing an NT command).
Good Luck Received on Mon Oct 14 1996 - 00:00:00 CEST