I have set up automated backups using sqlcmd and Task Scheduler running a stored proc as per the instructions from the Microsoft site for an SQL Express database. Works fine. File size is almost to the byte of the official Front Desk backup. I just want to confirm though that there is nothing special about the Front Desk backups - i.e. can I just restore an SQL Server .bak file which is a backup of the FRONT_DESK database?
Secondly, the database is now over 5GB and we have a 10GB limit on Express 2012 databases so what options are available if that limit is hit? I assume you would recommend purchasing a version of SQL Server with sufficient CALs/cores licensed etc - obviously that is not cheap. What about hosting the database in Azure? The cost of an Azure SQL Database (with limits in hundreds of GB) is a lot less. Obviously latency issues if client running from workstations in the office, but we could run a test and see if its acceptable with NBN. Perhaps could have another Azure instance for the purpose of remote desktop to and the client Front Desk itself also is run from Azure but then have issues with payment system getting access ... well it could actually access it fine if manage the firewall ... anyhow only thinking out loud - have you anything to suggest for if start getting close to the limit?
Secondly, the database is now over 5GB and we have a 10GB limit on Express 2012 databases so what options are available if that limit is hit? I assume you would recommend purchasing a version of SQL Server with sufficient CALs/cores licensed etc - obviously that is not cheap. What about hosting the database in Azure? The cost of an Azure SQL Database (with limits in hundreds of GB) is a lot less. Obviously latency issues if client running from workstations in the office, but we could run a test and see if its acceptable with NBN. Perhaps could have another Azure instance for the purpose of remote desktop to and the client Front Desk itself also is run from Azure but then have issues with payment system getting access ... well it could actually access it fine if manage the firewall ... anyhow only thinking out loud - have you anything to suggest for if start getting close to the limit?

