If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Multiple db's in a single file

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-06-03, 14:41
mmarkin mmarkin is offline
Registered User
 
Join Date: Feb 2003
Posts: 1
Multiple db's in a single file

I have a problem:

My CS teacher doesnt want to give me marks for saying that multiple databases can be stored in a single file. He agrees that its possible, but not "normal". I need some real-world, "its-been-done" examples to prove that its not such an exception, and thus claim some marks back.

Can anyone help?

Mikhail
Reply With Quote
  #2 (permalink)  
Old 03-31-03, 18:59
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
not an expert, but....

Mikhail...

By traditional definition, I think it would be fair to say that a 'database' is a collection of related information objects... with emphasis on the word related.

Within a database, one can have many, many tables, queries, procedures, etc. Some tables can end up being quite diverse and unrelated.

For instance, I might have a database for my company that keeps track of everything the goes on. There can be sales tables, customer tables, raw material tables, employee tables, and on, and on, and on. In the end, ALL those tables have something to do with my company, and together they form my company database. Individually, the employee table may have nothing in common with the raw materials table.

Having said this... I think the answer to your question is largely a question of semantics rather than actual practice. In reality, even though a database is generally viewed as a single object (or file)... it is actually composed of many individual elements. One could, I suppose, have an employee database, a products database and a sales database all defined within a single SQL SERVER database called MYCOMPANY... but I think this is simply splitting hairs.

I don't know if this answers your question or not...

Tim
__________________
Tim
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On