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.
| Author |
Topic |
|
simonw2003
Starting Member
11 Posts |
Posted - 2005-06-22 : 05:56:20
|
| Building a extended SP dll using ActivePerl - Has anyone see an artical on this? I have googled hard, but cannot find an example to work from.I am looking to build a dll, that can be used from sql server 2000 as an extended stored procedure. I want to be able to use specific string processing that I have already scripted in PERL.I am ok with making a perl DLL using active perl, but I could really use help or an artical that is specific to SQL XPs.Any advice on this would be great.ThanksSimon |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2005-06-22 : 06:03:53
|
i always thought that extended sprocs are only written in c++...Go with the flow & have fun! Else fight the flow |
 |
|
|
simonw2003
Starting Member
11 Posts |
Posted - 2005-06-22 : 06:09:49
|
| I have found info on doing so with c c++ delphi, and then also clr based #c and vb.net extended stored procesdures :(Seems I am the first person to attempt it with perl, so if I can get one working Ill be sure to write it all up!Simon |
 |
|
|
|
|
|