Is there an option (stored procedure) or whatever to change to logical name
of the databasefile and the database log file ?
Arno de Jong, The Netherlands.Hi
Use the ALTER DATABASE command and use the NEWNAME option.
http://msdn.microsoft.com/library/d...asp?frame=true
John
"A.M. de Jong" <arnojo@.wxs.nl> wrote in message
news:bn5e5h$hls$1@.reader11.wxs.nl...
> Hi,
> Is there an option (stored procedure) or whatever to change to logical
name
> of the databasefile and the database log file ?
> Arno de Jong, The Netherlands.