in reply to Re: distributed computing
in thread distributed computing

I like this idea. Does anyone know, off hand, how I can get MS SQL Server to look at current activity in other MS SQL Server databases on a local network?

Replies are listed 'Best First'.
Re^3: distributed computing
by eric256 (Parson) on Aug 31, 2005 at 15:28 UTC

    You probably only want one database server. The work done by the processes is realy what you want to distribute. So you would have one machine that accepts incoming filse and logs them into the database...Then multiple processes (maybe even one ON the db machine) that check the database and do the work.


    ___________
    Eric Hodges