workload

  • Thread starter Thread starter anthony
  • Start date Start date
A

anthony

Hello Everyone,

I have a db file and would like to share the work load
with other computer within my network when querying this
db. Is this feasible? If so, how can this be accomplish?
To summary my goal..I'd like to used other computer
processor to process request for this db file.

Anthony
 
What kind of database is this?

It would really depend on what kind of database you're running. File level
databases may not be able to do what you're describing since the database
application may need an exclusive lock on the file.

--
Daniel Chang, MCSE (NT4, 2000)
Server Setup Group

Search our Knowledge Base at http://support.microsoft.com/directory
Visit the Windows 2000 Homepage at
http://www.microsoft.com/windows2000/default.asp
See the Windows NT Homepage at http://www.microsoft.com/ntserver/

NOTE: Please reply to the newsgroup and not directly to me. This allows
others to add to and benefit from these threads and also helps to ensure a
more timely response. Thank you!
This posting is provided "AS IS" without warranty either expressed or
implied, including, but not limited to, the implied warranties of
merchantability or fitness for a particular purpose.
The views and opinions expressed in this newsgroup posting do not
necessarily express or reflect the views and / or opinions of Microsoft.
 
Dear Daniel,

Is it possible for it to be done on a sql database? If
not, what type of database can this be proform?

Anthony
 
Back
Top