|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
real client's project..need help optimizing design please!!
Right, I poster earlier with a practice table I was working on. I appreciated the reply and have been working on that.. but yesterday I got a real client's project.
I have been given the task of optimizing the database design. The database keeps track of the transactions the company makes. A transaction is made and records are stored in several different tables. These are the tables: Ledger Group User Opening Balance Transaction Transaction Type The client would like 1) the data to be stored in ONE location and not 2 different places 2) to save disk space 3) prevent duplicate entries being Any ideaS? I wont post the current design of the database unless necessary as I would like to try and do it all by myself but some pointers would be appreciated. Initially I was thinking of denormalization. Eradicating the multiple tables and placing all data in one table. But this might not be the best strategy. How would you do it? What practices would you use? ANY help would be appreciated. Thanks!! |
|
#2
|
||||
|
||||
|
What are the field names, and what two tables is the data being stored in now?
I assume that one table your client wants to store the information in would be the transaction table, right? What is the front end written in?
__________________
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section. ![]() Please use [Code]your code goes in here[/Code] tags when posting code. Before posting your question, did you look here? Got a question on Linux? Visit our Linux sister site. Modifications Required For VB6 Apps To Work On Vista ![]() Microsoft MVP 2005/2006/2007/2008/2009 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Project with design patterns implemented | sarahhaqqie | C++ | 0 | 04-26-2006 04:32 AM |
| Do programers need to know how to design software? | Eli | Architecture and Design | 16 | 01-31-2002 10:34 AM |
| Lead/ Technical Project Manager - CONTRACT | James | Careers | 0 | 12-20-2001 02:08 PM |
| Database Design for Project Management Intranet Site | ac7117 | Web | 1 | 09-09-2001 11:33 AM |
| Software Engineering opportunity with RSW Software | Glenn McKee | Careers | 1 | 08-24-2000 10:51 AM |