Skip to content
DbaFix
Just share answer and question for fixing database problem
MENU
  • HOME

Tag: azure-sql-data-warehouse

Alter column fails due to “hidden” statistic

By adminPosted on December 24, 2022

Question : I’m trying to change a column data type from datetime2 to datetimeoffset. I have db owner permissions. Whenever […]

sys.partitions row count is badly wrong – how to correct this?

By adminPosted on November 19, 2022

Question : Querying sys.partitions can return an approximate row count for a table. I’ve noticed that this is returning the […]

How to prevent Dropping of tables but allow Creating of them, within a Schema

By adminPosted on March 21, 2022

Question : Is it possible to, within a specific Schema, allow a user to create a table, and select from […]

Why does my columnstore index not fill the entire rowgroup?

By adminPosted on February 17, 2022

Question : I’m using [vColumnstoreDensity] to monitor the health of my columnstore indexes. I’ve noticed that I’ve got one index […]

What cases benefit from the Reduce, Replicate, and Redistribute join hints?

By adminPosted on December 1, 2021

Question : The From Clause Documentation starting with SQL Server 2008 briefly mention 3 join hints and their basic mechanisms: […]

How to index cube style queries with changing aggrigations

By adminPosted on April 7, 2021

Question : I’ve got a query that emulates the CUBE function. This is many different aggregations unioned together. select x,y,z, […]

How many rows can SQL Server process in a single INSERT statement into a table?

By adminPosted on February 5, 2021

Question : To illustrate my question, the following is a query detecting order’s id which have not been inserted in […]

How to index cube style queries with changing aggrigations

By adminPosted on January 14, 2021

Question : I’ve got a query that emulates the CUBE function. This is many different aggregations unioned together. select x,y,z, […]

How to achive a many to one merge join in Azure Data Warehouse

By adminPosted on November 19, 2020

Question : I have a merge join in azure data warehouse. My estimated execution plan currently shows it as a […]

Copy real time data from Azure SQL into Azure Data Warehouse

By adminPosted on July 3, 2020

Question : I would like to copy our data from Azure SQL (OLTP) into Azure Datawarehouse. I want the path […]

Recent Posts

  • Why should I create an ID column when I can use others as key fields? [duplicate]
  • Force NOW to return new timestamps without committing the transaction
  • MariaDB on Windows Server 2012 R2 – out of memory
  • How to easily convert a comma seperated list of ids into a table of rows
  • clusterdb stopped working for PostgreSQL database in Ubuntu 12.04 server
  • Slow MySQL query
  • Database design : hotel room and its detail
  • How to use GROUP BY in an efficient way without losing attributes? [closed]
  • Query execution time is random, need to identify the root cause
  • Returning data where all categories exactly match
  • Partitioning increases CPU usage in mariadb
  • How to script out push subscription creation at the subscriber?
  • Can a transitive join loop infinitely?
  • 2 similar queries in large sql server table – 1 takes too long
  • Select data from another database instance on the same server in sql server
  • Is it possible to get server roles and database roles in a same query/script?
  • UPDATE performance where no data changes
  • Can I parse a text value from a specific column in a query (MySQL)?
  • MSSQL Geography STIntersects returns 1 when 0 is expected
  • Shrinking log files with SMO

Categories

  • Database Backup
  • Database Design
  • Database Index
  • Database Optimization
  • InnoDB
  • Join
  • MariaDB
  • MongoDB
  • MySQL
  • Oracle
  • Performance
  • Permissions
  • Postgresql
  • Query Performance
  • Replication
  • Security
  • SQL Server
Proudly powered by WordPress / Support by: DizzyCoding