Re: [GENERAL] app table names

2010-03-17 Thread Vick Khera
On Tue, Mar 16, 2010 at 5:25 PM, Justin Graf wrote: >> Do not mix data from multiple applications in one database. Use >> multiple databases to isolate them entirely. >> >> > That's not always a practical solution to the problem, > > the Apps may need to share numerous tables, duplicating the data

Re: [GENERAL] app table names

2010-03-16 Thread Joshua D. Drake
On Tue, 2010-03-16 at 16:35 -0400, Vick Khera wrote: > On Tue, Mar 16, 2010 at 3:03 PM, Jamie Kahgee wrote: > > I'm curious what people consider best practice (or how do you do it) to > > help ensure these name collisions don't happen. > > Do not mix data from multiple applications in one databa

Re: [GENERAL] app table names

2010-03-16 Thread Justin Graf
On 3/16/2010 3:35 PM, Vick Khera wrote: > On Tue, Mar 16, 2010 at 3:03 PM, Jamie Kahgee wrote: > >> I'm curious what people consider best practice (or how do you do it) to >> help ensure these name collisions don't happen. >> > Do not mix data from multiple applications in one database.

Re: [GENERAL] app table names

2010-03-16 Thread Vick Khera
On Tue, Mar 16, 2010 at 3:03 PM, Jamie Kahgee wrote: > I'm curious what people consider best practice (or how do you do it)  to > help ensure these name collisions don't happen. Do not mix data from multiple applications in one database. Use multiple databases to isolate them entirely. -- Sent

Re: [GENERAL] app table names

2010-03-16 Thread Scott Marlowe
On Tue, Mar 16, 2010 at 1:03 PM, Jamie Kahgee wrote: > My company has a handful of apps that we deploy in the websites we build. >  Recently a very old app needed to be included along side a newer app and > there was a conflict w/ a duplicate table name needed to be used by both > apps. > We are n

[GENERAL] app table names

2010-03-16 Thread Jamie Kahgee
My company has a handful of apps that we deploy in the websites we build. Recently a very old app needed to be included along side a newer app and there was a conflict w/ a duplicate table name needed to be used by both apps. We are now in the process of updating an old app and there will be some