Not able to use dimension tables from Azure Synapse Analystice Service sample data

Tarun Chawla 21 Reputation points
2020-06-09T21:50:36.01+00:00

I created the azure sql pool in synapse service and tried to use the sample data. I tried to connect the sample data with SQL pro for MSSQL but could not access the dimensions tables from sample data.

example:
I used this query-
SELECT S.[SalesAmount] AS [Sales]
FROM [FactResellerSales] AS S

but got an error -
Msg 103010, Level 16, State 1.
Parse error at line: 1, column: 5: Incorrect syntax near 'ANSI_NULLS'.

I tried to get select top 1000 row from table FactResellerSales but still had the error -
Msg 103010, Level 16, State 1.
Parse error at line: 1, column: 5: Incorrect syntax near 'ANSI_NULLS'.

I am trying to learn Run queries against an Azure Synapse Analytics data warehouse but not sure how to go further.

Regards,
Manmeet

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,368 questions
0 comments No comments
{count} votes

Accepted answer
  1. HimanshuSinha-msft 19,376 Reputation points Microsoft Employee
    2020-06-10T22:52:35.707+00:00

    Hello @TarunChawla-0025 ,

    Welcome to the Q&A .

    I could like to bring to your attention the below issue from 2017 , I think that you may be on the older bits and so you are facing the issue , please go through the link below and let me know if that helps .

    https://github.com/hankinsoft/SQLPro/issues/81

    Thanks & stay safe

    Himanshu


    Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Tarun Chawla 21 Reputation points
    2020-06-11T11:21:29.543+00:00

    Hi Himanshu,

    Thank you for your support. It looks better now.

    Regards,
    Tarun

    0 comments No comments