Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One to one relationship or adding more fields
Message
From
14/03/2016 03:11:15
 
 
To
13/03/2016 19:38:11
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2014
OS:
Windows 8.1
Network:
Windows 2008 Server
Miscellaneous
Thread ID:
01632983
Message ID:
01632998
Views:
52
>A table has a few million records. In the evolution of some products, additional fields are required. However, only a subset of records would benefit from the new fields. Would you suggest to create a one to one relationship to hold extra field values for a subset of records, or the way SQL Server manages its tables, this would not make any difference to change the structure of the main table to add more fields?

Add SPARSE NULL columns. Zero space on NULL values.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform