|
Yes, there is a level at which performance is affected by the number of tables; how much it's affected, I don't know. Your design is very inefficient though. You'd need a table to keep track of what tables you have; why not just keep the data all inside one table (or a small number of tables)?
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
|