Skip to content

Commit 671a790

Browse files
Update resources-self-help-sql-on-demand.md
1 parent 943ea8f commit 671a790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The error *Query timeout expired* is returned if the query executed more than 30
153153

154154
### Invalid object name
155155

156-
The error *Invalid object name '<tabla name>'* indicates that you are using an object (table or view) that doesn't exist in the serverless SQL pool database.
156+
The error *Invalid object name 'table name'* indicates that you are using an object (table or view) that doesn't exist in the serverless SQL pool database.
157157
- List the tables/views and check does the object exists. Use SSMS or ADS because Synapse studio might show some tables that are not available in the serverless SQL pool.
158158
- If you see the object, check are you using some case-sensitive/binary database collation. Maybe the object name does not match the name that you used in the query. With a binary database collation, `Employee` and `employee` are two different objects.
159159
- If you don't see the object, maybe you are trying to query a table from a Lake/Spark database. There are a few reasons why the table might not be available in the serverless pool:

0 commit comments

Comments
 (0)