|
2 |
edited tags
|
||
|
1 |
|
||
SQL Server normalization tactic: varchar vs int IdentityI'm just wondering what the optimal solution is here. Say I have a normalized database. The primary key of the whole system is a varchar. What I'm wondering is should I relate this varchar to an int for normalization or leave it? It's simpler to leave as a varchar, but it might be more optimal For instance I can have
Or I could have
Add several other one-to-many relationships of course. What do you all think? Which is better and why?
|
||||
