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:
To run DBCC SQLPERF(LOGSPACE) requires VIEW SERVER STATE permission on the server.