electroly / sqlnotebook

Casual data exploration in SQL
https://sqlnotebook.com
MIT License
596 stars 35 forks source link

error connecting to SQL Server that is fully case sensitive #39

Closed rudyo77 closed 3 years ago

rudyo77 commented 5 years ago

When trying to connect to our SQL server instance, using windows authentication, I get the error on first attempt: The conncetion to Microsoft SQL server failed. Invalid object name 'information_schema.tables'

I can relate the error directly to our sql server environment being case sensitive, in which the valid expression should use 'INFORMATION_SCHEMA.TABLES', instead. image