Does sql full backup truncate logs?



Does sql full backup truncate logs?..

Answer / Arti

No, a SQL Full Backup does not truncate transaction logs. It captures the state of all data files at a specific point in time, while transaction logs continue to record database changes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what are the authentication modes in sql server? How can it be changed? : Sql dba

1 Answers  


What does truncate mean in sql?

1 Answers  


oracle is compiler or interpretter,can any one tell me the answer?

9 Answers   Satyam,


How do I run sql profiler?

1 Answers  


What is the difference between explicit and implicit cursors in oracle?

1 Answers  


Can we use more than one null value for unique key?

31 Answers   A1 Technology, Wipro,


what are Dynamic SQL statements?

9 Answers  


What language is oracle sql developer?

1 Answers  


What is a table?

1 Answers  


How does stored procedure reduce network traffic?

1 Answers  


What is a unique key and primary key and foreign key?

1 Answers  


how to add a new column to an existing table in mysql? : Sql dba

1 Answers  


Categories