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 Development (2000)
 replacing Extended stored procedures.

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-12-19 : 08:08:21
Dominic D writes "Hi,

I do have some program logic that been written today in c++ This can be called using a extended stored procedure (via a dll). I am looking for alternate method to call this logic. I am looking for something native to SQL Server to improve the performance. A alternate method (activex,com,dcom,.net,etc...). I dont what is available in SQL Server 2005. I am just looking for a pointer to guide me what are the option out there?

Thanks

Dominic."

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-12-19 : 08:32:40
How about using OLE Automation object?

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -