Forum: Database Design Jun 23rd, 2006 |
| Replies: 3 Views: 1,991 read some books/online articles on database normalization |
Forum: Database Design May 19th, 2006 |
| Replies: 6 Views: 3,595 sorry, we don't do homework for you. Give it a shot and ask specific questions if you need help |
Forum: Database Design May 19th, 2006 |
| Replies: 6 Views: 3,595 so, what is your question? |
Forum: Database Design May 5th, 2006 |
| Replies: 1 Views: 5,217 tblAsset
AssetID int indentity
other info (type, modelnumber, asset tag number, etc)
tblMAC
MACAddress int unique
AssetID int (Foreign Key)
tblIP
IPAddress int unique |
Forum: Database Design Apr 20th, 2006 |
| Replies: 1 Views: 4,980 um, have you never been in school? |
Forum: Database Design Jan 23rd, 2006 |
| Replies: 2 Views: 2,691 on the surface, three hundred fields sounds like a lot, but it depends on the data involved, Does every product have one and only one entry in every column? if so, then your table is fine. if not... |
Forum: Database Design Dec 23rd, 2005 |
| Replies: 5 Views: 1,934 If you are using outlook, you can simply use the import wizard in outlook to extract the information from the database into a contacts folder |
Forum: Database Design Dec 22nd, 2005 |
| Replies: 5 Views: 1,934 what are you using for email? |
Forum: Database Design Dec 15th, 2005 |
| Replies: 1 Views: 6,384 for the first sp_tables. For the second, I have no idea |