Viewing 9 posts - 16 through 24 (of 24 total)
thanks everyone for sharing your thoughts.
I implemented what I need.
Structurally it looks like a RBAR scenario, but, given the situation that, tables being joined T1 and T2 are slim, I...
March 7, 2016 at 6:32 am
thank you, I think in my case there is no RBAR
My query extracts from DW and manufactures a summarised aggregate table, which has 1 day information per record, so, max...
March 4, 2016 at 1:35 pm
thanks.
But, its a bit more programming, involving local-scoped variables, some Queries, some aggregation and a final result.
Can we say something like, SELECT col1, col2, (DECLARE local_variable INT; SET @local_variable =...
March 4, 2016 at 9:38 am
Thank you.
I am implementing this in PDW/APS and TRY CATCH is not supported. I can flush a predefined error message from SP and look for that in SSIS, will try
Thanks
March 2, 2016 at 10:44 am
Yes Jack, I too had "rows in all tables" option chosen. And had the below error
Sorry for asking this, would you kindly declare 2 indexes and see? Because,...
February 27, 2016 at 5:43 pm
Hi Jack
I found out the cause, but am yet to figure out the resolution.
My setup is this:
SSIS (Execute SQL Task) ---> Primary Stored Proc with SELECT Statement at...
February 27, 2016 at 5:01 pm
hi, CTAS is create table as SELECT
thank you
February 9, 2016 at 9:08 am
actually there are no intermediate physical tables, the 20 packets of data are result sets of those many queries, which are joined. Even in this scenario, can we have...
January 13, 2016 at 1:21 pm
thanks.
The 20 tables are actually intermediate 'result sets' each of which are LEFT OUTER JOIN-ed to the other incrementally.
I believe, whether its 20 physical tables or 20 data sets resulted...
January 13, 2016 at 9:36 am
Viewing 9 posts - 16 through 24 (of 24 total)