Remote Stored Procedures

  • We use SQL server for a non-traditional

    application, to run some parts of a real time gaming network ( Slot Machines ).

    My question is can a local client ( Slot Machine ) call a stored proceadure on

    a local server, and that stored proceadure

    in turn calls another stored proceadure

    on a remote SQL Server.

    Thanks Dave

  • Create linked server in local server to the remote server and call the SP using four part naming convention.

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

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