About 477,000 results
Open links in new tab
  1. T-SQL statements in dedicate SQL pool - Azure Synapse Analytics

    Links to the documentation for T-SQL statements supported in dedicated SQL pool. Data Definition Language (DDL) statements. ALTER DATABASE; ALTER INDEX; ALTER …

  2. How to structure schemas better in Synapse SQL dedicated pool

    Dec 13, 2022 · to structure the table first we need to create schema in sql dedicated pool using below command. CREATE SCHEMA <schemaName> we need to create table using above …

  3. Synapse Fundamentals – Table Creation Made Easy

    Sep 27, 2022 · First, let’s take a look at the table creation statement in very simple generic form: ( [col1] datatype, [col2] datatype, …) The two key components for Synapse Dedicated SQL …

  4. Design tables using Synapse SQL - Azure Synapse Analytics

    Jan 31, 2025 · For dedicated SQL pool, you can create a table as a new empty table. You can also create and populate a table with the results of a select statement. The following are the T …

  5. Creating external tables in Azure Synapse Analytics - SQL Shack

    In this article, we will learn to create external tables in Azure Synapse Analytics with dedicated SQL pools. In the previous parts of the Azure Synapse Analytics article series, we learned how …

  6. CETAS in Azure SQL Pools Guide | Iteration Insights

    Nov 22, 2022 · In part 2, we will use CETAS to dynamically create tables in the Dedicated pool to expose data in the Gold layer that has certain advantages when the business scenario uses …

  7. Create table in serverless sql pool - Stack Overflow

    Feb 15, 2024 · Below are the steps to create table in the Azure synapse SQL pool on the fly while loading the data from a CSV file present in ADLSGen2 using Synapse pipeline. Step 1: Upload …

  8. Azure Synapse analytics (dedicated SQL pool) data modelling …

    Feb 16, 2023 · Azure Synapse Analytics dedicated pool offers the following three data distribution and data movement strategies. Picking the appropriate types of indexes and partitioning are …

  9. External Table Vs Normal Table in Azure Synapse Analytics

    Sep 7, 2023 · When using CETAS in Azure Synapse Analytics, a new external table is created based on the results of a SELECT statement. This is useful when you want to create a table …

  10. CREATE TABLE AS SELECT (CTAS) - Azure Synapse Analytics

    Jan 21, 2025 · This article explains the CREATE TABLE AS SELECT (CTAS) T-SQL statement in dedicated SQL pool (formerly SQL DW) for developing solutions. The article also provides …

  11. Some results have been removed
Refresh