Re: Logical filename
From: Kurt Callebaut (Kurt.Callebaut_at_AucxisTrading.com)
Date: 09/06/04
- Next message: Hugo Kornelis: "Re: last"
- Previous message: Kurt Callebaut: "Re: Logical filename"
- In reply to: Itzik Ben-Gan: "Re: Logical filename"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Sep 2004 12:18:24 +0200
Thanks.
Kurt
"Itzik Ben-Gan" <itzik@REMOVETHIS.SolidQualityLearning.com> wrote in message
news:ObsJ2k$kEHA.1904@TK2MSFTNGP09.phx.gbl...
> Not that you should have any issues/problems keeping the original logical
> file names, if you want to revise them for any purpose, SQL Server 2000
> supports this.
>
> Use the syntax:
>
> ALTER DATABASE <dbname>
> MODIFY FILE (NAME = logical_file_name, NEWNAME = new_logical_name)
>
> --
> BG, SQL Server MVP
> www.SolidQualityLearning.com
>
>
> "Kurt Callebaut" <Kurt.Callebaut@AucxisTrading.com> wrote in message
> news:%23D304D$kEHA.3520@TK2MSFTNGP11.phx.gbl...
> > Hi,
> >
> > When a make a backup of a database and restore it to a new database,
> > then i have to change the fysical filename, but cannot change the
logical
> > filename.
> > Otherwise i get an error when restoring.
> >
> > When restored, looking at the properties of the new database i still
show
> > the logical filename of the other database?
> > Is there a way to change this filename and if not, can it cause problems
> > on
> > the new database?
> >
> > Thanks.
> >
> > Kurt
> >
> >
>
>
- Next message: Hugo Kornelis: "Re: last"
- Previous message: Kurt Callebaut: "Re: Logical filename"
- In reply to: Itzik Ben-Gan: "Re: Logical filename"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|