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
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql/odbc-driver.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,10 @@ Follow these steps to create a view for your data:
175
175
176
176
You can create as many views as you like. Once you're done defining the views, select **Sample** to sample the data.
177
177
178
+
> [!IMPORTANT]
179
+
> The query text in the view definition should not contain line breaks. Otherwise, we will get a generic error when previewing the view.
180
+
181
+
178
182
## Query with SQL Server Management Studio
179
183
180
184
Once you set up an Azure Cosmos DB ODBC Driver User DSN, you can query Azure Cosmos DB from SQL Server Management Studio (SSMS) by setting up a linked server connection.
@@ -265,4 +269,4 @@ You can use your DSN to connect to Azure Cosmos DB with any ODBC-compliant tools
265
269
## Next steps
266
270
267
271
- To learn more about Azure Cosmos DB, see [Welcome to Azure Cosmos DB](../introduction.md).
268
-
- For more information about creating visualizations in Power BI Desktop, see [Visualization types in Power BI](https://powerbi.microsoft.com/documentation/powerbi-service-visualization-types-for-reports-and-q-and-a/).
272
+
- For more information about creating visualizations in Power BI Desktop, see [Visualization types in Power BI](https://powerbi.microsoft.com/documentation/powerbi-service-visualization-types-for-reports-and-q-and-a/).
0 commit comments