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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-06-28 : 11:09:09
|
| Michael Yankovski writes "Hello!Please help, I need to create a database for our hospital website. It's a very big website and we have the resources to handle it.I'm not a newbie and have been doing database design for a few years together with asp and other server side programming. What I need is an example of a fairly complex database that can handle a large website with many pages, menus, and links.I'm not sure how confidential this stuff is, but it seems to me that a database for a website like yours will be perfect. Could you give me an example of what I'm looking for? I'm sure someone has done it before...Thanks much,-Michael" |
|
|
setbasedisthetruepath
Used SQL Salesman
992 Posts |
Posted - 2002-06-28 : 11:23:42
|
| A few questions if I may:1) What system architecture are you planning to use? ASP w/ VB 6, ASP.NET w/ C# ...2) What data tier are you using? SQL 7, 2K, Oracle ...3) Do you have any large data importing tasks that need to run on a regular basis?4) Do you have any reporting tasks that need to run on a regular basis?Jonathan Boott, MCDBA |
 |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-06-28 : 12:34:15
|
| I left my database-for-large-hospital-website code in my other pants. Darn...(As I veteran database designer, I'm sure you already know that your logical model is going to be very specific to your particular application and business rules.)<O> |
 |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-06-28 : 19:50:59
|
quote: What I need is an example of a fairly complex database that can handle a large website with many pages, menus, and links.
Huh? What do you need? Are you talking about a database design to be used as a Content Management type of system that will build links and articles on pages based on parameters? Or what are you talking about? What are you going to do with your database? What types of information do you want to store in your database? WHY do you need a database? If you already have a "very big website" and you don't have a database, why do you need one now? |
 |
|
|
Doug G
Constraint Violating Yak Guru
331 Posts |
Posted - 2002-06-28 : 19:59:20
|
| This discussion board software is available from http://forum.snitz.com======Doug G====== |
 |
|
|
|
|
|
|
|