You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to scan an Azure SQL Server DB, I receive Reference to database and/or server name in <database name>.sys.tables is not supported in this version of SQL Server
The text was updated successfully, but these errors were encountered:
Apparently the SQL for getting the list of tables that is valid for SQL Server is not valid for Azure. It seems Azure doesn't completely support the notion of separate databases. The documentation on Azure is a bit unclear. Most likely Azure will need to be added to WhiteRabbit as a separate database platform, with appropriate SQL syntax. I currently don't have the time to work on that. Any help would be appreciated.
I have some experience with Azure and had to indeed add some functionality to DatabaseConnector and noticed that for example the Use command did not work.
Have not looked into how to get all tables though.
Attempting to scan an Azure SQL Server DB, I receive
Reference to database and/or server name in <database name>.sys.tables is not supported in this version of SQL Server
The text was updated successfully, but these errors were encountered: