- What is a transactional log file?
- Transactional log is an Audit log?
- Transactioanl log is an Data recovery tool?
- Is there any third party tools that can get audit or data recovery info from the log?
- The transactional log is mainly used by?
- How does SQL uses the log ?
- What is Inactive transaction?
- Inactive transactions are necessary for database recovery?
- What is Write - Ahead log?
- How many transactional log files you can create in single database ?
- What is minimum and maximum size of transactional log file ?
- Is it possible to create a database without transactional log file ?
- I have a scenario in which a volume is having file system compression and in that I have data and log files resides. Now SQL Server will support ?
- When you create a database by using T-SQL and SSMS what is the default size of transactional log file?
- How many transactional log files can create in single database?
- What is the extension of transactional log file ?
- what is the use of transactional log file ?
- Which statement tells SQL Server to rollback a transaction in case of a power failure?
- The transactional log file is logically divided in to smaller segments that are referred to as ?
- What is the meaning of truncating a transactional log file ?
- After truncating a transactional log file it will decrease the size of ldf file ?
- If transactional log is full what to do ?
- Sometimes SQL Server wont allow you to do log back when transactional log is full what to do ?
- When transactional log is full why SQL server wont allow to take log back up?
- If a transactional log is deleted how can you restore the database through T-SQL ?
- A log file can be part of a filegroup?
- VLFs has a fixed size ?
- Is it possible to fix the number of VLFs in a transactional log ?
- The size and number of VLFs is configurable ?
- SQL Server determines the size of VLFs dynamically or statically ?
- Why transactional log is not being truncated ? give me two reasons ?
- Which trace flag is used to continuity of the log is not broken ?
- Error 9002 indicates what ?
- To find out why space in the log cannot be reused which table we need to check?
- Why the transactional log space cannot be reused?
- After you manually truncate the transactional log file what you need to do?
- The Backup operation or Truncate method will reduce the log size?
- To Reduce the transactional log file size what you need to do?
- The DBCC SHRINK FILE T-SQL statement can only shrink the transactional log ?
- The DBCC SHRINK FILE T-SQL statement can truncate the log ?
- After running SHRINK FILE command the target size specified by you is not decreased what sql server will do ?
- What are the actions required to shrink the transactional log file at a target size specified by you?
- When you run DBCC SHRINK FILE ('logical log file name',2) here 2 indicates what ?
- Which permission is required to perform DBCC SHRINK FILE or DBCC SHRINK DATABASE
- If you can't able to shrink the log, it might be due to an?
- which is the command is used to see running transactions ?
- which command is used to see the virtual log files in a transactional log ?
- SQL Server how determines the size of VLFs?
Hi I will post some more questions on transactional log file. It will be updated daily.
No comments:
Post a Comment