Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft SQL Server > Re: Applying tr...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 11 Topic 11172 of 11517
Post > Topic >>

Re: Applying tranaction log to old data file

by "Dan Guzman" <guzmanda@[EMAIL PROTECTED] > Jun 25, 2008 at 09:06 PM

> Thanks for your response, but how can I make log backup, if my
> transactiong log is not mounted. Should I restore old backup, manually
> copy current transaction log and then create log backup or there is
> other procedure?

You should be able to backup the transaction log using the TRUNCATE_ONLY 
option even if the data file(s) is unavailable.

-- 
Hope this helps.

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

<koszuf@[EMAIL PROTECTED]
> wrote in message 
news:7858f9ba-fd20-44d6-b149-82dd9427b0b0@[EMAIL PROTECTED]
> As Erland said, you need to first backup the transaction log with
> NO_TRUNCATE. For example:
>
> BACKUP LOG MyDatabase
> TO DISK = 'C:\MyDatabase_Log.bak'
> WITH NO_TRUNCATE;

Thanks for your response, but how can I make log backup, if my
transactiong log is not mounted. Should I restore old backup, manually
copy current transaction log and then create log backup or there is
other procedure?
 




 11 Posts in Topic:
Applying tranaction log to old data file
koszuf@[EMAIL PROTECTED]   2008-06-24 07:01:47 
Re: Applying tranaction log to old data file
Ed Murphy <emurphy42@[  2008-06-24 07:35:00 
Re: Applying tranaction log to old data file
Erland Sommarskog <esq  2008-06-24 21:06:35 
Re: Applying tranaction log to old data file
koszuf@[EMAIL PROTECTED]   2008-06-24 23:53:05 
Re: Applying tranaction log to old data file
"Dan Guzman" &l  2008-06-25 06:41:14 
Re: Applying tranaction log to old data file
koszuf@[EMAIL PROTECTED]   2008-06-25 05:49:26 
Re: Applying tranaction log to old data file
"Dan Guzman" &l  2008-06-25 21:06:59 
Re: Applying tranaction log to old data file
Sybaseguru <collap@[EM  2008-06-26 18:56:00 
Re: Applying tranaction log to old data file
"Dan Guzman" &l  2008-06-26 19:53:27 
Re: Applying tranaction log to old data file
Erland Sommarskog <esq  2008-06-26 21:54:58 
Re: Applying tranaction log to old data file
"Dan Guzman" &l  2008-06-26 19:55:10 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 22:10:16 CST 2008.