Question : dbcc loginfo ( a details explaination )

Hi Can anyone here explain to me this dbcc command, how this command can help to monitor or administer sql server performance,
there are few columns will display when we run this command, what are they for?

Answer : dbcc loginfo ( a details explaination )

i guess if all u want to do this shrink the log file..

do backup log 1st
then backup log with truncate_only
and then use DBCC SHRINKFILE command...


check BOL for the syntax...
Random Solutions  
 
programming4us programming4us