Can anyone tell me or help to find some good tutorial for Database Designing using MS SQL 2005. Database modeling.
Thanks.
Printable View
Can anyone tell me or help to find some good tutorial for Database Designing using MS SQL 2005. Database modeling.
Thanks.
Almost all database design is unrelated to the product you are implementing it on (that generally only changes if you have need for extreme optimisations), so generic articles should be fine for you - such as the ones in the "Database design" section of our Database Development FAQs/Tutorials (at the top of this forum)
If you need more than that you should be able to find articles on the web fairly easily, and if you like to learn from examples you can also find professionally made example databases for SQL Server 2005 on the MSDN site.