DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: setting up a succesful production and development environment

  1. #1
    Join Date
    Mar 2001
    Posts
    4
    I am currently working with a production database that has exceeded the original estimations. In an attempt to limit or stay on top of the tables created, I have created several users with limited privilages. The only problem is, the developers have created several temp and junk tables within their own schema that are entirely too large.

    What is the best way to set up a development environment to allow testing prior to populating the production database?

    Several of the main tables used in processing contain over 50 million records and counting......

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Clarify me first! You have production with Junk tables OR you have development with junk tables you are trying to cleanup ?
    Reddy,Sam

  3. #3
    Join Date
    Mar 2001
    Posts
    4

    production/development

    I have junk tables within production under the devloper instance.

  4. #4
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Here we are dealing with terminology. Production database and developer schema ? OR Production server and developer instance(database) ?
    Reddy,Sam

  5. #5
    Join Date
    Mar 2001
    Posts
    4
    It is a production server. There are 3 different schemas within the database itself. The developers were restricted to a "temp" schema to try and cut down updates to vital tables. Instead, there are several junk tables that have been created from the main tables.

  6. #6
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    First of all you should not use PRDN and DEVL schemas in the same server.
    Buy one NT server for $3000 and use it for development.

    Otherwise , You should give quota on each tablespace for the DEVL team.

  7. #7
    Join Date
    Mar 2001
    Posts
    4
    I do agree with you but the purchase and allocation of the boxes was totally out of my hands. That is half the problem...it is essentially regaining control of the database and doing clean up after the fact because of the way someone decided to implement this project.
    Any suggestions?

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