Error:
Failed to update database because the database is read-only.
Snapshot:
Workaround 1:
Note: Close Saral Accounts\Billing\Professional application, before executing the below steps.
1. Open Query Express.
2. Execute the below query.
USE [master]
GO
ALTER DATABASE [database_name ]
SET READ_WRITE WITH NO_WAIT
GO