top of page

Script to Check log reuse wait type in sql server

--Find log_reuse_wait_desc wait type for the database: DB_Name

select log_reuse_wait_desc from sys.databases where name='DB_Name'


 
 
 

Recent Posts

See All
SQL Server Profiler Trace

--Import multiple trace file in sql Table. --All the rollover files will be automatically imported --provide number tracefile to capture...

 
 
 

Comments


bottom of page