Greetings:
Just as the question states, we have been using SMALLINT to define USER IDs throught our schema. The concern has been raised that unless the schema is changed so that USER IDs are of type INT, we will exceed capacity.
Two questions:
1) How does it become obvious that available space will be in danger? Are we talking about the risk for one particular table (i.e. CompanyUsers) or does this mean there is a risk in every table that contains the USER ID?
2) How do I go about calculating the amount of space available to show exactly where the database stands?
Thanks
Start Free Trial