What to do when you reach 2GB limit data? Can I make another database with the same structure and link them together?
The front-end is okay, but only the back-end.
For example,
Database 1(reaching 2gb limit)
ID, Name, Address...
Can I add a database called Database 2
and then have the same fields and tables, and combining them?
ID, Name, Address...