Unix Technical Forum

Error on Transaction log backup

This is a discussion on Error on Transaction log backup within the SQL Server forums, part of the Microsoft SQL Server category; --> I wonder if anyone can help me with the following error message. We use Sql 2000. I wanted to ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-01-2008, 03:49 PM
David Greenberg
 
Posts: n/a
Default Error on Transaction log backup

I wonder if anyone can help me with the following error message.

We use Sql 2000.

I wanted to backup the transaction log of a database with this command:

BACKUP LOG [testdb] TO [TestdbBCK] WITH NOINIT , NOUNLOAD ,
NAME = N'TestDB backup', NOSKIP , STATS = 10, NOFORMAT

and I got the following error message:

Server: Msg 3132, Level 16, State 1, Line 1
The media set for database 'testdb' has 2 family members but only 1 are
provided. All members must be provided.

I know who MY family members are but I never knew that my databases have
family members !!!

Can anyone help me with this error ?

Thanks !!

David Greenberg




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-01-2008, 03:49 PM
Dan Guzman
 
Posts: n/a
Default Re: Error on Transaction log backup

Backups can be striped among multiple devices (files/tables). My guess is
that a striped backup was previously done that included TestdbBCK so
subsequent backups to that device need to be striped as well.

To overwrite with a non-striped backup, specify both INIT and FORMAT.

--
Hope this helps.

Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/

"David Greenberg" <davidgr@iba.org.il> wrote in message
news:fq0orp$gu5$1@news2.netvision.net.il...
>I wonder if anyone can help me with the following error message.
>
> We use Sql 2000.
>
> I wanted to backup the transaction log of a database with this command:
>
> BACKUP LOG [testdb] TO [TestdbBCK] WITH NOINIT , NOUNLOAD , NAME =
> N'TestDB backup', NOSKIP , STATS = 10, NOFORMAT
>
> and I got the following error message:
>
> Server: Msg 3132, Level 16, State 1, Line 1
> The media set for database 'testdb' has 2 family members but only 1 are
> provided. All members must be provided.
>
> I know who MY family members are but I never knew that my databases have
> family members !!!
>
> Can anyone help me with this error ?
>
> Thanks !!
>
> David Greenberg
>
>
>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:47 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com