Results 1 to 6 of 6

Thread: Document storage structure

  1. #1

    Thread Starter
    Hyperactive Member thebloke's Avatar
    Join Date
    May 2003
    Posts
    358

    Document storage structure

    Hi guys

    We have various applications which produce client documentation on the fly and I need to start storing them on our server (Windows Server 2003).

    Is there a standard folder structure that should be followed for this sort of thing or has anyone got any suggestions of the best way to do this?

    Thanks


    Peter
    The Bloke
    www.blokeinthekitchen.com
    making cooking cool for blokes

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Document storage structure

    It would depend more on your particular business model than anything else.

    Do you need it broken down by location, client, date, etc., first? Then by what?
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Document storage structure

    The company I'm currently at is starting to use SharePoint for this very thing.

    You might want to look into that.

  4. #4
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    Re: Document storage structure

    It really depends on what makes the most sense for your situation.

    For example, here I use a GUID as the folder name for report documents being generated for clients while the raw data files sent into us from clients are stored in a clientname/yyyy/mm/dd folder structure. The first is almost always viewed only by background processes while the second is viewed about 2/3 of the time by a human.

  5. #5

    Thread Starter
    Hyperactive Member thebloke's Avatar
    Join Date
    May 2003
    Posts
    358

    Resolved Re: Document storage structure

    Thanks guys

    I probably just need product, provider and date. I just wasn't sure if there was a recognised standard way to do this sort of thing.

    I have dabbled with SharePoint in the dark and distant past. I'd rather not go there again.

    I guess the clientname/yyyy/mm/dd kind of approach will do just fine.

    Thanks
    The Bloke
    www.blokeinthekitchen.com
    making cooking cool for blokes

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Document storage structure

    I think SharePoint is very cool. What about it makes you not want to "go there again"?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width