Microsoft
Software
Hardware
Network
Question : SQL query to get database log file size
Is there a SQL query to get database log file size?
Thanks
Answer : SQL query to get database log file size
try this
exec sp_helpdb N'dbname'
Random Solutions
VB.NET: strings - how to insert space between words (capital letters)
who killed a process using taskmanager?
Show email id in excel
Help Displaying Message on Correct Child Form in MDI Parent
Comparing text documents (originally HTML docs, but saved to text files)
How to Setup Auto Delete options for the Sent Folder in Exchange 2007
vba code to perform maketable query and then open the form
MS Access Report Hide\Display a textbox or label
ISAM error importing SQL table into Access 2003
How do I capture output from command prompt in vb.net?