Microsoft SQL Server Parallel Data Warehouse is a version specifically built for high performance large data warehouses.
Questions tagged [sql-server-pdw]
8 questions
8
votes
3 answers
Updating a big replicated Dimension (SQL Server PDW)
We use a SQL Server PDW appliance for our data warehouse. One of the tables in our warehouse is a replicated table with about 20 million rows. As part of our ETL process we need to expire old records from this dimension; however, we are seeing that…
Icarus
- 337
- 2
- 13
8
votes
1 answer
What cases benefit from the Reduce, Replicate, and Redistribute join hints?
The From Clause Documentation starting with SQL Server 2008 briefly mention 3 join hints and their basic mechanisms:
Reduce
Replicate
Redistribute
However there does not seem to be much information on when it might become necessary to use…
crokusek
- 2,110
- 4
- 25
- 34
6
votes
1 answer
Server roles in SQL Server 2016
There are 3 new server roles in SQL Server 2016:
mediumrc
largerc
xlargerc
Any idea what these are for? Google doesn't give any information about these.
Zinx
- 319
- 2
- 10
2
votes
1 answer
Is it possible to deploy Microsoft PDW on Azure?
I've read about it and want to play around with it for a bit.
I think it requires a minimum of 4-5 machines to run, which is feasible with Azure IaaS, but how do I actually deploy it there?
Akash
- 1,032
- 1
- 9
- 25
1
vote
1 answer
Raise error from Stored PROC in SQL Server PDW
I need to do some validation inside a stored procedure before I continue processing but SQL Server PDW (SQL Server 2008 R2) does not support RAISEERROR inside stored procedures.
Is there any other way that I can raise an error with a specific error…
Icarus
- 337
- 2
- 13
1
vote
1 answer
Select into query, insert fails, but the table is created
I am using SQL Server 2016 and I tried to the following query.
SELECT CONVERT(BIGINT, 'A') col1 INTO #tmp
This query is obviously in error. Because it does not convert. However, the temporary table (#tmp) is created even if the query fails.
Why? I…
Suseong Park
- 11
- 1
1
vote
0 answers
Output result of DBCC PDW_SHOWEXECUTIONPLAN into a variable
I would like to output the results of DBCC PDW_SHOWEXECUTIONPLAN into a variable (or table, I'm not fussy!).
I know the PDW syntax is quite different when it comes to outputing results, which means everything I've tried has so far failed. I've seen…
Neil P
- 1,294
- 3
- 20
- 38
0
votes
1 answer
SQL Server 2012 Vs PDW
We are migrating to SQL server 2012 to PDW.
Any SQL script for Comparing the data between SQL server 2012 and Parallel dataware house or any tools to compare.
Sam
- 1