Click here to Skip to main content
15,911,030 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please I wanted to design a small database for my church with the following features:
family member tracking,
small group tracking
ministry tracking class tracking
special event tracking
misc tracking
giving
member history
notes

into a GUI interface how do i go about it? and please help me with a step by step approach method.
Posted

I don't know how you are going to design your database. I don't have your requirement specification document. But I can suggest you to go through the links which will demonstrate "What will be the best for you".
SQL SERVER – 15 Best Practices for Better Database Performance[^]
Best Practices for Database Schema Design[^]
SQL Server Database Design Best Practices for Good Performance[^]

You should use these Three Ways to Plan Database Design[^].

You need to take care about Ten Common Database Design Mistakes[^] also.


--Amit
 
Share this answer
 
You might wanna talk to God, maybe you'll get him to do it for you.

Other than that, you might wanna start reading on Database design[^], while avoiding common DB design mistakes[^] (which I don't fully agree with, but it's ok on the whole).

And if you want to design it in a GUI interface, well, there's a few solutions that may actually help, but SQL Server Management Studio comes to mind first (you did specify SQL-Server).
 
Share this answer
 
Comments
john olive 21-Sep-12 9:11am    
I just want to say a big thank you to Amit.
I have clicked on the respected links
and have simply gotten some ideal.
i will try them as soon as posible. God Bless!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900