Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had made an database in MS SQL server 2008 for inventory control and Sale system.
I am leaving a link to rapidshare it is just picture of my database.

Database Picture

i need to know that if there is error in it or not. If there is error or it is logically incorrect kindly assist me in making it perfect.

Thanks
Waleed Hassan
Posted
Comments
Sandeep Mewara 7-May-12 11:11am    
I doubt if anyone will spend time reviewing your database. This is a quick question section. If you have any doubt or issue related to same then share it across.
Waleed_Hassan 7-May-12 11:17am    
It is just really small database. how can i just send you the picture to just review it. it is not so big.

Just a few recommendations:

1. ID's should probably not be nvarchar(50); they would be better as int or guid. This way you can have them be autogenerated by the database.
2. Spaces in column and table names are going to make writing queries messy, since you need to use the square brackets around them. I'd recommend removing the spaces.
3. The name of the Suppliers table is misspelled (Supplers).
4. Some of the table names are singular, while others are plural. I'd recommend standardizing on one or the other.
 
Share this answer
 
Comments
Waleed_Hassan 7-May-12 12:22pm    
Thanks ekolis, I will remove these errors. Aside from these. Any other error you find?
Please ask specific questions, we do not have the time to review your work.

Logically correct can mean many things and the important thing is that your customers are happy.
 
Share this answer
 

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