0
I have a software that is connected to an SQL Server database, but now I am making the software on Android using Sqlite.
I need to transfer the SQL Server database (with the data) to my Sqlite.
Backup works? Even with the views I have on SQL Server? What is the way I can do this?