How to get the current Database and Log Filesize using MSSQL
To get the current Database and Log Filesize using MSSQL you can use the snippet below. Tested using SQL Server 2012. Sample MSSQL Sample Output
All the Code Snippets and Samples you need
To get the current Database and Log Filesize using MSSQL you can use the snippet below. Tested using SQL Server 2012. Sample MSSQL Sample Output
To get the size of all tables using MSSQL you can use the snippet below. Sample MSSQL
To resize a image proportionally with CSS, simply set either width or height to auto. This should also work if the img html tag has width and height attributes set.
To scale a Size Object by percentage in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To get free Drive Space in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To get the size of a file in PHP you can use the following snippet. You can combine this snippet with How to convert bytes to human readable file size…
To get the size of a file in Python you can use the following snippet. You can combine this snippet with How to format bytes to human readable Size in…
To format bytes to human readable Size in Python you can use the following snippet. Sample Python
To format bytes to human readable Size in Javascript you can use the following snippet. Sample Javascript