I've recently published my WebApp on the web. I noticed my ISP provided me a plan with 10MB MSSql Express, Would it be enough to store data from 3 busy shops? However, they did not limit the size of an MySql Database.
Would you suggest me to connect my webapp to an MySql db instead? How is it possible using Visual Studio?
Thanks.