Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dewacorp.alliances
452 Posts |
Posted - 2009-02-10 : 04:51:05
|
Hi thereI would like to have an input regarding the database design with SQL Server 2005. We woule like to track dynamic data movement about "Client" which is potential have a profile dynamic data containing "Salary", "Accomodation Type", "Family Composition" , "Marital Status", "Address" as well static like DOB, First Name, Last Name.Should I break down this my two tables: Clients (static data) and ClientProfiles (dynamic data). The relationship will be: Clients has 1 to MANY with ClientProfiles.What do you think about this design? Any suggestion?Thanks |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-10 : 20:19:17
|
Why Dynamic? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|