I have software that is connected to a SQL Server database, but now I'm doing the software on Android using SQLite.
I need to transfer the SQL Server database (with data) to my SQLite.
Backup works? Even with the views I have in SQL Server? What is the way I can do this?