I am moving a client's database from Access to SQL Server 2000. Employee
info (10 fields) is split into two linked tables (one-to-one). Data in one
is rarely changed and only with admin priviledges. Data in the other is
occasionally changed by the employee.
Initially, I was going to merge them to eliminate a join for performance.
Question: Is it better to leave them split? What if the data in the second
were changed everyday?
Thanks to all in Advance.
Robert Waite