I will try to explain more clearly...
The MS-SQL2000 and apache1.3(PHP) are installed on Win2k together. I want to move the apache/PHP to one FreeBSD 4.6 server and preserver the database on the old server(Win2k). This way i will work with two servers. But my PHP scripts were written with the mssql_* functions and designing to work with store procedures(MSSQL2000). If i install the apache on FreeBSD, the only way to performing my store procedure through PHP script is via FreeTDS. But i think that i will need to re-write my php code that access store procedure. am i right ?
thanks