Currently I am designing a database for use in our company. We are using SQL Server 2008. The database will hold data gathered from several customers. The goal of the databa
Start out with one large table, and then apply 2008's table partitioning capabilities where appropriate, if performance becomes an issue.