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 |
stathis30_2000
Starting Member
23 Posts |
Posted - 2007-06-28 : 17:31:14
|
Hi !!I read that it is possible to create a custom algorithm and use it as a plug in to sql server 2005. What programming language are available for this purpose ? C++ only ? Can I use .net ? Thank you! |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-28 : 23:00:57
|
If you are talking about clr, you can use vb.net, c# and so. |
 |
|
stathis30_2000
Starting Member
23 Posts |
Posted - 2007-06-29 : 04:01:32
|
Thank you very much for your reply.Is there any tutorial about how to create a plug in algorithm ? I found one but it uses c++ ...ST |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-30 : 21:06:41
|
You can use visual c++ in clr. |
 |
|
|
|
|