D
Daniel Lees
Hi
i am developing a database within which i am storing information about
projects. Each project has information for every month of the project. I was
wondering whether it is better to have one big table with the job number then
month or whether it would be better to have a table for each job which only
its months in. there are bout 200 projects so that would mean 200 tables or
roughly 6000 records in one table. It is easier to design using seperate
tables as i will just copy each table into a temp when the user wants to view
it this way there is no way any other project information can be seen while
looking at a diff project. But i was wondering from a speed point of view
whether there would be any difference. There will be up to 10 ppl using the
database across a network. The temp table woudl be local to stop interference
so that isn't an issue, i am looking at purely speed point of view and
possibly size.
Thanks in advance for any replies
cheers
danny
i am developing a database within which i am storing information about
projects. Each project has information for every month of the project. I was
wondering whether it is better to have one big table with the job number then
month or whether it would be better to have a table for each job which only
its months in. there are bout 200 projects so that would mean 200 tables or
roughly 6000 records in one table. It is easier to design using seperate
tables as i will just copy each table into a temp when the user wants to view
it this way there is no way any other project information can be seen while
looking at a diff project. But i was wondering from a speed point of view
whether there would be any difference. There will be up to 10 ppl using the
database across a network. The temp table woudl be local to stop interference
so that isn't an issue, i am looking at purely speed point of view and
possibly size.
Thanks in advance for any replies
cheers
danny