Home All Groups Group Topic Archive Search About

SQL Server 2000 - 64bit version - extended procedures

Author
2 Sep 2006 10:35 PM
ps
We have made a couple of extended procedure on SQL 2000 32 bit version. Now
the database is decided to reside on SQL 2000 64 bit version. Since extended
procedures will not work, can anyone give me any links or help how to
convert and build those procedures to work with 64 bit version?

Thanks in advance.

Author
3 Sep 2006 3:39 AM
David Browne
<DIV>&quot;ps&quot; &lt;stas***@softlab.ntua.gr&gt; wrote in message
news:edd0vu$1phf$1@ulysses.noc.ntua.gr...</DIV>> We have made a couple of
extended procedure on SQL 2000 32 bit version. Now
> the database is decided to reside on SQL 2000 64 bit version. Since
> extended procedures will not work, can anyone give me any links or help
> how to convert and build those procedures to work with 64 bit version?
>

You should use CLR stored procedures instead of extended stored procedures.
If your really must, it's a C++ question more than a SQL Server question.

David
Author
3 Sep 2006 6:07 AM
markc600
See if this link helps

http://support.microsoft.com/default.aspx?scid=kb;en-us;813953

AddThis Social Bookmark Button