Comments
1 comment
-
Thanks for your inquiry with Redgate SQL Backup.
Unfortunately, there isn't a recommended way to retrieve the list of tables from SQLite using the SQL Backup Agent service as a proxy. You would need to use an SQLite IDE to explore the SQLite database.
Please let us know if you have any other questions or concerns.
Add comment
Please sign in to leave a comment.
EXEC master..sqbdata 'SELECT * FROM INFORMATION_SCHEMA.TABLES'
It gives the below error :