I need to see how much space my log file has.
What permissions need to be granted to do so?
What script shall I run to see that?
Thank you
I need to see how much space my log file has.
What permissions need to be granted to do so?
What script shall I run to see that?
Thank you
DBCC SQLPERF(LOGSPACE);
From BOL: