views:

426

answers:

1

We are developing an ASP.NET application and carrying out the database design too.

Kindly let me know if you know any best reference document for SQL Server database design - best practices.

+1  A: 

Read up on SO for normalization.

http://stackoverflow.com/questions/tagged?tagnames=normalization&sort=votes&pagesize=50

http://stackoverflow.com/search?q=%5Bdatabase%5D%20design&tab=votes

Raj More
Hi Raj... Would you please let me the ref. url for this SO?Thank you...
SO is this site you are reading right now: "S"tack "O"verflow
KM
If you've not looked already, see the resources on the SQL Server Central website too. http://www.sqlservercentral.com/
Trevor Tippins