RE: [GENERAL] How to rename a database?

1998-07-10 Thread Jackson, DeJuan
Dashevsky > Cc: Farzad FARID; [EMAIL PROTECTED] > Subject: Re: [GENERAL] How to rename a database? > > > > Use following syntax: > > alter table rename to > > > > > > I don't think that will work for the entire database. Remember a > tab

Re: [GENERAL] How to rename a database?

1998-07-09 Thread Aleksey Dashevsky
Use following syntax: alter table rename to Al. On Wed, 8 Jul 1998, Farzad FARID wrote: > > How do I rename an existing database? Is it enough to just rename the > directory? If that's the only way to do it do I have to first shut the > server down? > > -- > Farzad FARID > Administrateur Re

Re: [GENERAL] How to rename a database?

1998-07-09 Thread James Olin Oden
> Use following syntax: > alter table rename to > > I don't think that will work for the entire database. Remember a table is part of the database. So I don't think alter will change the actual database's name... > > > > How do I rename an existing database? Is it enough to just rename the