Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
vwilsonjr
Starting Member
45 Posts |
Posted - 2004-04-09 : 12:29:46
|
| I have a 200 + stores, each store will have 1-7 deptartments. Should I have 1 table with the store information and a second table linked to store id for the dept or just have 1 table with all the data on a single record.Thanks for your inputThank God for Forums. |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2004-04-09 : 13:01:39
|
| 2Brett8-)EDIT: What kind of stores?What else do you need to track? |
 |
|
|
vwilsonjr
Starting Member
45 Posts |
Posted - 2004-04-09 : 13:05:20
|
| Address, Phone Numbers, Staff basicly a contract dbThank God for Forums. |
 |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2004-04-09 : 13:09:19
|
| Got any data modeling tools?Got at least Visio 2000?Brett8-)EDIT: Even Access could be a good modeler..prototyper... |
 |
|
|
vwilsonjr
Starting Member
45 Posts |
Posted - 2004-04-09 : 13:11:07
|
| Yes Viso2003Thank God for Forums. |
 |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2004-04-09 : 13:27:15
|
| Well if you look around in there, you should be able to create a db model quiet nicely....I haven't looked at 2003, but you might need the pro edition...I think it'll even gen the ddl for you....Brett8-) |
 |
|
|
vwilsonjr
Starting Member
45 Posts |
Posted - 2004-04-09 : 13:28:35
|
| My question is should i have one table or two?Thank God for Forums. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-04-09 : 13:29:52
|
| You need the Enterprise Architect version of Visio in order to generate the DDL. Found that out last week. I had the Professional edition installed, but then found out I needed Enterprise Architect if I wanted it to generate the DDL. You can't get Enterprise Architect by itself though. It comes with VS .NET 2003.Tara |
 |
|
|
|
|
|