error. Another option is to detach the database from SQL Server 2000 and
required. At this point though, it's probably faster to just backup the
This posting is provided "AS IS" with no warranties, and confers no rights.
"keithb" <kbrickey@dslextreme.com> wrote in message
news:eiZ4bEIaGHA.4548@TK2MSFTNGP04.phx.gbl...
>I just want to move my database from sqlserver 2000 to sqlserver2005. I use
>Enterprise Manager, select backup, database complete and create a file with
>a bak extension. Then I open sql server management studio express, select
>restore database, select from a device and enter the backup file path and
>name and I get the error message shown below. Apparently, my backup is
>missing something called a "tail" (even though it was supposed to be a
>complete backup) Is there an easy way to do this???
>
> Thanks,
>
> Keith
>
> TITLE: Microsoft SQL Server Management Studio Express
> ------------------------------
>
> Restore failed for Server 'LT-E29961SERVER\SQLEXPRESS'.
> (Microsoft.SqlServer.Express.Smo)
>
> For help, click:
>
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476 >
> ------------------------------
> ADDITIONAL INFORMATION:
>
> System.Data.SqlClient.SqlError: The tail of the log for the database
> "BuildEmail" has not been backed up. Use BACKUP LOG WITH NORECOVERY to
> backup the log if it contains work you do not want to lose. Use the WITH
> REPLACE or WITH STOPAT clause of the RESTORE statement to just overwrite
> the contents of the log. (Microsoft.SqlServer.Express.Smo)
>
> For help, click:
>
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&LinkId=20476 >
> ------------------------------
> BUTTONS:
>
> OK
> ------------------------------
>
>