We should run this in WFE through PowerShell
PS C:\Users\spadmin> Get-SPDatabase | Sort-Object disksizerequired -desc | Forma
t-Table Name, @{Label ="Size in MB"; Expression = {$_.disksizerequired/1024/1024
}}
or We can find through SQL Command also
SP_HELPDB
PS C:\Users\spadmin> Get-SPDatabase | Sort-Object disksizerequired -desc | Forma
t-Table Name, @{Label ="Size in MB"; Expression = {$_.disksizerequired/1024/1024
}}
or We can find through SQL Command also
SP_HELPDB
No comments:
Post a Comment