About 20,500 results
Open links in new tab
  1. How can I generate an entity–relationship (ER) diagram of a SQL …

    May 5, 2024 · How can I generate an entity–relationship (ER) diagram of a SQL data warehouse (dedicated SQL pool) database using Visio? Trying to create dedicated SQL pool (Synapse …

  2. How to set any column as primary key in Azure SQL data warehouse

    Apr 20, 2018 · Enforced unique constraints are not supported in Azure SQL Data Warehouse. To create an unenforced unique constraint you must include the NOT ENFORCED syntax as part …

  3. Azure SQL Data Warehouse: max size of varchar type

    Aug 9, 2019 · varchar [ ( n | max ) ] Variable-size string data. Use n to define the string size in bytes and can be a value from 1 through 8,000 or use max to indicate a column constraint size …

  4. sql server - Advice on Azure platform to host Data Warehouse

    May 14, 2020 · 1 I am a Data Warehouse developer currently looking into using the Azure platform to host a new Data Warehouse. My experience is with using on premise servers …

  5. azure - Insert values statement can contain only constant literal ...

    May 25, 2018 · It appears that there are a few limitations on the INSERT .. VALUES statement of SQL Data Warehouse, but none on INSERT .. SELECT. The requested query can be rewritten to:

  6. How to calculate Azure SQL Data Warehouse DWU?

    Jan 25, 2016 · 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 …

  7. How to insert multiple rows into SQL Server Parallel Data …

    How to insert multiple rows into SQL Server Parallel Data Warehouse table Asked 9 years, 8 months ago Modified 4 years, 4 months ago Viewed 14k times

  8. Azure SQL Database or SQL Data Warehouse - Stack Overflow

    Aug 7, 2018 · For a full blown reporting server, it might be. Most people successfully implementing Azure SQL Data Warehouse are using a combination of the warehouse for processing and …

  9. Microsoft Azure - no SQL Data Warehouse - Stack Overflow

    Jan 26, 2020 · Please create Azure SQL Data Warehouse database using the following method. Click Create a resource in the upper left-hand corner of the Azure portal. Select Databases …

  10. system.data - Latency on Azure SQL Server vs. Fabric …

    Feb 22, 2024 · Azure SQL Server vs. Fabric Datawarehouse SQL Server I'm in the process of moving an application's data source from Azure SQL Server to a Fabric Datawarehouse. …