Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why i cant dump transaction log?

Status
Not open for further replies.

sukip

Programmer
Jan 17, 2001
19
GB
Version is SQL6.5. Trying to backup the transaction log via the enterprise manager, the scheduled task T-SQL is as follows:

dump transaction images to disk =
'f;\mssql\data\imageslog.dat' with init


The error msg i get is:
Syslogs does not exist in its own segment in database '4' with segmap '7' with logical start page number of '0'. You may not use DUMP TRAN in this case, use DUMP DATABASE instead. (Message 4205)

Any ideas?
 
Thanks Redlam for the article link, i will give that a go.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top