Results 1 to 6 of 6
  1. #1
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659

    Hardware requirements for backend


    How can I profile my server to see what the hardware io demands of Access are on it? I am trying to track down a bottleneck that occurs so rarely.

  2. #2
    Rawb is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Dec 2009
    Location
    Somewhere
    Posts
    875
    I'm assuming you're using a split database and are wanting to know about the disk I/O requirements on a backend file stored on your server.

    Generally speaking, there only a few ways you could even come close to hitting your I/O bottleneck with an Access database:
    • Regularly importing large files into Access using VBA or the Import Wizards.
    • Regularly running large UPDATE or INSERT Queries.

    Personally, I would think that your problems are caused by network issues or by another program hogging resources (on your user's machines, not the server).

    That said, if you're running at least Windows Vista on the server, you can use the Windows Performance Analysis Toolkit (WPT) to get all kinds of performance stats, including disk I/O. The WPT is part of the Windows SDK and is freely available from Microsoft (http://www.microsoft.com/en-us/downl...ang=en&id=8279).

    Actually using the WPT is wildly outside my personal experience though, so you're on your own there.

  3. #3
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659
    Yes it is a split database and I am looking for any kind of requirement that would be needed.

    My current idea is that the server is overloaded during peak times. What do you think the minimum required hardware to file serve an access database is? Could i host the file on an older machine like a: 2.7 single amd w/ 4gigs of ram? Maybe some raspberry Pi?

  4. #4
    Rawb is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Dec 2009
    Location
    Somewhere
    Posts
    875
    It really depends on the size of your database and now many users it has.

    Technically, as long as your server can actually store the backend file and provide that file to others, your minimum requirements are met. In that aspect, there might as well be no minimum requirements: If you have a computer that can boot an OS, you have a computer that can probably host an Access backend.

    The problem in Access is that, because there is no "database engine" running on the server itself, it's going to scale very poorly compared to virtually anything else. In fact, if your database is going to be large or have many simultaneous users, I'd recommend setting up a SQL Server database to use as the backend instead of a regular Access MDB or ACCDB file.

    And yes, you could use raspberry pi on the server as long as your other Windows machines can connect to it in a manner that they expect (Mapped Drives, Network Shares, etc.). I'd recommend storing the file on an NTFS or FAT partition just to be safe too.

  5. #5
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by Perceptus View Post
    .... Maybe some raspberry Pi?
    Possibly, if it is configured using the à la mode connection.


    (I know, I know...... but it's past break time and I need a snack! Mmmm Pi!)

  6. #6
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659
    Thanks for all the information.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 13
    Last Post: 09-14-2014, 05:48 PM
  2. Replies: 3
    Last Post: 01-02-2014, 08:11 AM
  3. Hardware locked Software
    By tiburon1 in forum SQL Server
    Replies: 13
    Last Post: 11-21-2013, 10:53 AM
  4. GCP requirements
    By wilbr73 in forum Access
    Replies: 1
    Last Post: 11-20-2012, 12:44 PM
  5. Can access communicate with hardware?
    By mejia.j88 in forum Access
    Replies: 8
    Last Post: 11-16-2011, 06:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums