SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Transactional Backup
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

benildusmuerling
Yak Posting Veteran

Australia
81 Posts

Posted - 05/01/2012 :  01:47:10  Show Profile  Reply with Quote
Hi All,

can you help me in doing a transactional backup, whoever please be good enough to say, if I restore a transactional backup, would the fullbackup would be there, or the transactional backup would overwrite the previously taken full backup.

Thanks,
AB

sarabpreet12
Starting Member

India
5 Posts

Posted - 05/01/2012 :  17:53:59  Show Profile  Reply with Quote
Hi,

If you are working on a production Server, PLs. don't even try to take a Transaction Log Backup. (Reason Being: You dont know how to take TLog Backup, that means you are not aware of anything related to Backup\Recovery, this might put the recoverability of the DB into Risk even if you are able to take a successful Tlog Backup)

In-case you are working on your own Dev\Test machine here is the code:
Backup Log <DB_Name> to disk = 'c:\test\DB.bak'
you can replace the path and filename

Please read the below mentioned link inorder to know more about restoring TLog\ Full backup
http://www.sqlteam.com/article/backup-and-restore-in-sql-server-full-backups
http://msdn.microsoft.com/en-us/library/ms177429.aspx
http://msdn.microsoft.com/en-us/library/ms190411.aspx


These links will give you basic idea & you can start learning point fwd.

Thanks.

Sarabpreet Singh Anand
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000