I tried using tap-mssql extractor for my test. I noticed noticed that I got the following error
_Invalid object name 'INFORMATION_SCHEMA.tables'_ When I issue meltano select tap-mssql --list --all
However, this error is because I've got Case Sensitive collation on my SQL Server. For normal collation this should work alright but for Case Sensitive Collation this will never work. Is there a work around here? Or where should I be focusing on if I want to fix this issue without changing my Server Collation of course 🙂.