We've taken over development and server admin for an e-commerce site, and the client has opted for a well-specced dedicated server, including a second drive for daily Windows Server Backups.
However currently the server just has SQL Server Express, so we don't have daily SQL backups. But as we have full hard drive backups going, I expect that we could just restore the old DB file if we needed to roll back.
So I'm wondering if this is a satisfactory solution. The only issue I can think of is that restoring old data is slower and less elegant, but I can cope with that, and the added downtime wouldn't be a major concern. Aside from that, are there any other issues, specifically data loss risks?