Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Use a custom function (DLL) in SQL Server

Author  Topic 

Eliot
Starting Member

2 Posts

Posted - 2001-08-16 : 15:20:31
Hello,

I have built a function with VB and I would like to use it in SQL Server (in store procedures or in Query Analyzer).

For example, I'd like to be able to realize something like that :
PRINT MyFunction('Hello world').

Is it possible to register my DLL (like on IIS for example) ? If it is, does it work on SQL Server 7.0 or only on 2000 ?

Thanks a lot
   

- Advertisement -