-
-
Notifications
You must be signed in to change notification settings - Fork 281
MsSQL: unable to run queries on databases with names that contain -
#409
Comments
I face the same issue described in the link, with the 'Run' button not responding to even the simplest of queries. An error message is displayed all the time:
This seems to happen when the table name contains a point. |
@pabucur A few questions:
If the answer to 1) is no, and the answer to 2) is yes, please, could you share a simple query that reproduces the error? |
@n-riesco Thank you for the quick reply! After rechecking, this seems to happen when a table does not hav e the typical 'dbo' schema, but an own one (thus the point which I before mistook as being part of the table name, which it wasn't). The database name does thus not contain any Query: The Run button does not respond and before running any query I already see the Error message:
|
* Quote database name. Fixes plotly#299 Fixes plotly#409
@pabucur Oh, I see. The table name also needs quoting. I'll fix that on #464 . |
See https://community.plot.ly/t/error-once-i-am-connected-to-my-azure-sql-database/6799/12?u=n-riesco
The text was updated successfully, but these errors were encountered: