azure-synapse Questions

1

Solved

In Databricks' Scala language, the command dbutils.fs.ls lists the content of a directory. However, I'm working on a notebook in Azure Synapse and it doesn't have dbutils package. What is a Spark c...
Pharyngitis asked 27/5, 2021 at 21:45

2

I have created a dedicated SQL pool in Azure Synapse Analytics. When I am trying to create a table in my dedicated SQL pool then it is showing below error. Login failed for user < token-identif...
Normi asked 19/11, 2020 at 12:41

4

I am trying to set one column in DB as primary key but I always get this error: Enforced unique constraints are not supported in Azure SQL Data Warehouse. To create an unenforced unique constrai...
Legibility asked 20/4, 2018 at 11:55

1

Solved

The following SQL from an Official Microsoft Azure team's tutorial on Azure Synapse Analytics is giving the following error related to WITH clause in common table expression (CTE): Query in Azure P...
Odele asked 14/10, 2020 at 21:49

1

I would like to populate an Azure SQL DW from an Azure Databricks notebook environment. I am using the built-in connector with pyspark: sdf.write \ .format("com.databricks.spark.sqldw") \ .optio...
Homeopathist asked 4/3, 2020 at 8:37

2

Am currently creating a datawarehouse in Azure Synapse, however Synapse does not allow for the creation of foreign keys. This is vital for referential integrity between the fact and dimension table...
Opsis asked 20/5, 2020 at 11:9

4

Solved

Consider this table: CREATE TABLE t (i int, j int, ...); I want to insert data into a table from a set of SELECT statements. The simplified version of my query is: INSERT INTO t VALUES ((SELECT...
Cornaceous asked 25/5, 2018 at 13:44

2

simple insert code but i keep getting syntax errors the values lines have a value for each column in the table, it only has 3 columns, i've tried removing the comma, tried using semi colon tried no...
Plotkin asked 12/6, 2020 at 17:52

2

Solved

Question Today I discovered another Azure service called Azure Data Explorer (ADX). Sorry for such comparison of services, I have good understanding of all except ADX. I feel like there is a big f...
Preventer asked 27/5, 2020 at 17:10

2

Solved

I have a lot of questions from a survey im using for a pivot table. To collect all the questions to my pivot dynamically im using stuff and for xml path. However it seems like question text > 130 i...
Statics asked 22/8, 2019 at 8:47

1

Solved

I am creating data warehouse model on numerous OLTP tables. a) I can either utilize a Star schema or b) Flat table model table. Many people think dimensional star schema model table is not require...
Acetophenetidin asked 2/1, 2019 at 5:38

4

Solved

I am analyzing Azure SQL DW and I came across the term DWU (Data warehouse units). The link on Azure site only mentions a crude definition of DWU. I want to understand how DWU is calculated and how...
Extrasystole asked 25/1, 2016 at 11:38

3

I am still struggling with identifying how the concept of table distribution in azure sql data warehouse differs from concept of table partition in Sql server? Definition of both seems to be achie...

6

Solved

So Azure SQL Data Warehouse doesn't support identity columns, and therefore it's tricky to deal with surrogate keys.. anyone got any bold solutions on this one? This is best i have found, and it's...
Backwater asked 29/1, 2016 at 16:10

2

I am trying to create external table through polybase with below syntax on Visual Studio 2015. Its giving me the below error. Can some one pls help on this CREATE EXTERNAL TABLE dbo.DimDate2Extern...
Cutinize asked 20/1, 2017 at 12:30

1

Solved

I want to copy data from sharepoint to microsoft azure sql DW using azure datafactory or alternative service. Can I do this. Please anyone help me with this.
Kalynkam asked 15/9, 2016 at 13:40

3

I am considering migration from Azure SQL to Azure SQL Data Warehouse. It seems to offer some of the features that we need, however price is a concern for starting small. 100 DWU Data Warehouse is ...
Githens asked 5/11, 2015 at 15:28

3

I have designed a simple Azure Data Warehouse where I want to track stock of my products on periodic basis. Moreover I want to have an ability to see that data grouped by month, weeks, days and hou...
Ferland asked 11/5, 2016 at 23:6

2

In Azure SQL Data Warehouse stored procedure I try to form Dynamic SQL and perform select query,I unable to fetch the resutSet Below is code Snippet: DECLARE @sql nvarchar(400) DECLARE @cnt int BE...
Mattie asked 6/5, 2016 at 8:16

1

Solved

I have a 350MB table that's fairly wide with two varchar(2000) columns. Via an SSIS data flow it takes 60 minutes to load via OLEDB "fast load" destination to Azure SQL DW. I changed the destinatio...
Stemware asked 17/3, 2016 at 6:0

1

In SQL Data Warehouse (editors please don't change this, it is the actual name see: here) I have a JobCandidate_ext external table that looks like this. CREATE EXTERNAL TABLE [HumanResources].[Job...
Distinction asked 21/3, 2016 at 16:57

1

Does anybody know if/when we will be able to use Entity Framework with the Azure SQL Data Warehouse? I have searched high and low and cannot seem to find anything other than a question posted on MS...
Calcariferous asked 10/2, 2016 at 21:48

3

Solved

I just got approved for the Azure SQL Data Warehouse Preview, and just finished "provisioning" my new server and database. I followed a link to a 'Getting Started' page from Microsoft (Get started:...
Malachi asked 6/9, 2015 at 3:7

© 2022 - 2024 — McMap. All rights reserved.