Windows 7 Embedded installed on a CFast card in an industrial PC.
SQL Server Express 2014 installed on the same CFast card. The card is the C drive for the PC.
If the Enhanced Write Filter function in Embedded is turned on to block writes to the C drive so as to preserve the OS during loss of power events, will SQL Server Express function properly when installed on that protected drive? Obviously, the actual databases
would be on another volume.
I suspect that it would run since writes to the protected volume are buffered in RAM, but, are there long term updates that SQL Server Express
needs to save for later startups? I guess what I'm trying to get at is whether or not connections to updated databases on other partitions would be affected by no persisted updates on the system volume.
Go to the complete details ...