How to Find the Size of a SedonaOffice Database

Issue:

Is there an easy wat to determine the size of the database file on the SQL server? 

Resolution:

The size of a SQL database can be seen by using a stored procedure.

Open the SQL Query Window inside of the SedonaOffice application.

Type in the command // exec sp_spaceused and hit enter or the green execute button

A white rectangular object with a blue stripDescription automatically generated

The results will show the database name and the disk space used by the database.

A computer screen shot of a computer errorDescription automatically generated

This can also be run from a query window in SQL Server Managewment Studio.

A screenshot of a computerDescription automatically generated


Was this article helpful?
Thank you for your feedback!
User Icon

Thank you! Your comment has been submitted for approval.