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

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

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