Another option is to backup database and then restore with "move" option.
only" after you did a restore. May this will be a minimal outage on your
> No such option. You could create another log file on the other drive,
meaning for a while you have
> two log files. Then use DBCC LOGINFO etc to watch and see when your
original log file is unused by
> virtual log file and try DBCC SHRINKFILE with the empty file option to
finally remove the original
> log file using ALTER DATABASE. I'm not sure whether SQL Server allow you
to remove the very first
> log file that a database had, though, so make sure you first try on a test
system.
>
> --
> Tibor Karaszi, SQL Server MVP
>
http://www.karaszi.com/sqlserver/default.asp >
http://www.solidqualitylearning.com/ > Blog:
http://solidqualitylearning.com/blogs/tibor/ >
>
> "Venkat" <nospam_venkat_asp@yahoo.co.uk> wrote in message
> news:%23TdysOTBGHA.3488@TK2MSFTNGP10.phx.gbl...
> > Hi,
> >
> > Detach and Attach will have some outage to the database. I am looking
> > for an option which does not invlove any outage to the database.
> >
> > Thanks.
> >
> > -----
> >
> > *** Sent via Developersdex
http://www.developersdex.com ***
>