Viewing 15 posts - 136 through 150 (of 497 total)
Jeff Moden (7/1/2014)
July 2, 2014 at 2:34 am
No, Steve is right. You won't be able to access the cube unless it has been successfully processed.
Regards
Lempster
July 1, 2014 at 5:50 am
Did you update statistics when you upgraded? I'm betting that you didn't. Run a manual UPDATE STATISTICS against the table(s) in question and see if the query performance improves.
Regards
Lempster
July 1, 2014 at 1:43 am
reddychaitanyakrishna (6/27/2014)
That's it...
June 27, 2014 at 7:15 am
imani_technology (6/26/2014)
Good, but does the Project Deployment Model have something built in that might work as well or better?
Not that I am aware of.
June 27, 2014 at 2:06 am
Perry Whittle (6/26/2014)
tommi_j (6/26/2014)
I guess removing the mirroring and then configuring the same setup again could work but this is a critical DB and not easily done.
What's so difficult about...
June 26, 2014 at 7:09 am
Your current approach will work fine in SSIS 2012 regardless of the deployment model.
Regards
Lempster
June 26, 2014 at 2:57 am
Koen Verbeeck (6/26/2014)
If I'm not mistaken, you can also let the cube wizard build dimensions for you.
You are not mistaken Koen, but you don't get that option if you choose...
June 26, 2014 at 2:52 am
You can build an empty cube and then add dimensions later, but usually, yes, you would create your cube from an existing Data Source View (DSV) and use existing dimensions...
June 26, 2014 at 2:16 am
Have a look at this post. It doesn't pinpoint the issue or explain how to resolve it, but gives some pointers where to look.
Regards
Lempster
June 24, 2014 at 8:35 am
I don't think you can do this in a single Execute SQL task, but you could you an Execute SQL task with Result set to 'Full Result Set' and store...
June 24, 2014 at 4:02 am
Do you mean why something changed from a business perspective or from a logical perspective? Using Lookup and Conditional Split transforms it's quite easy to track whether column values have...
June 23, 2014 at 3:42 am
shafirmubarak (6/20/2014)
dtexec /FILE "D:\SSISpackage.dtsx" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING EWCDI >D:\ExecutionLog.txt.
Are you running that command in a command prompt window or are you using it in a SQL...
June 20, 2014 at 8:48 am
Rename the configuration table and see which packages fail when executed! 😉
June 19, 2014 at 1:12 am
Evil Kraig F (6/18/2014)
If you stage data from your SSIS components (flatfiles/excel/etc) it's usually so you can do final passes on the data for aggregation and/or sorting (where SSIS fails,...
June 19, 2014 at 1:06 am
Viewing 15 posts - 136 through 150 (of 497 total)