Viewing 7 posts - 31 through 37 (of 37 total)
Some questions...
Are any processes accumulating CPU? Analysis Services? SQL Server?
Is the DB server on a different box than Analysis Services?
When does the processing "stop?"...
December 11, 2003 at 8:31 am
"why a unique index"
IGNORE_DUP_KEY does not allow duplicates to be inserted. It successfully inserts unique rows while ignoring (not inserting) the non-unique rows. It is one alternative to...
December 11, 2003 at 8:13 am
There are several functions I have created to mimic behavior of other DBs' standard functions: LPAD, RPAD, DateTrunc, etc.
Here is the the basis for generic LPAD/RPAD functions....
December 9, 2003 at 7:52 am
I don't know MDX well enough (at all!) to know a solution there. But there are often other ways to filet the feline.
Is your data set small enough that...
December 8, 2003 at 9:13 am
FWIW, YMMV, etc...
We could not get 32-bitAnalysis Services or SQL Server to use all the memory we were throwing at it. We recently moved to 64-bit for our warehouse...
December 8, 2003 at 7:28 am
FYI - we are experimenting with 64-bit SQL and found that nested package error reporting behavior changed slightly. We are investigating to see whether this is a difference in...
October 23, 2003 at 8:16 am
Cheat! When it happened to us, our parent-child dimension had one key >64k, and the rest averaging only a few thousand. We redefined the view of the dimension...
October 23, 2003 at 7:57 am
Viewing 7 posts - 31 through 37 (of 37 total)