Send Pipes in MS SQL Server 2000

  • Hi!

    Oracle databases has a java package called dbms_pipe. With this package enables sending and receiving messages through a named pipe. Now I'm searching for a similar solution in MS SQL Server 2000. The only restriction is that this solution has to be accessable by stored procedures and triggers.

    Thanks 4 any help!

    Regards,

    thelonestar

  • This was removed by the editor as SPAM

  • I think you need to describe a little more exactly what you want to accomplish (or someone better with Oracle than me perhaps could help). Do you want your stored procedures to send something through a named pipe to a client of some sort? In that case I think you will need to use an extended stored procedure. You can call the xproc from your 'normal' procs and triggers.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply