|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server 2000 - 64bit version - extended proceduresWe 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. <DIV>"ps" <stas***@softlab.ntua.gr> 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 You should use CLR stored procedures instead of extended stored procedures. > 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? > If your really must, it's a C++ question more than a SQL Server question. David |
|||||||||||||||||||||||