I've decided to develop VB.net Application With SQL server Express 2008, but Microsoft says:
They limit 4 GB Size per DB!
So I'm developing my app for Single user Desktop pc, so what should I do when the DB reached the Maximum size?
When the DB size reached to maximum size, is it a good thing to create a new DB and allow my vb.net application to work with both DBs?