Viewing 15 posts - 196 through 210 (of 323 total)
Hum...
I gave my two params a default value (NULL)
If I try this
EXEC Maintenance.p_XmlUpload_ForTest
I can parse my statement and the columns are generated
But if I try to add the 2...
February 3, 2011 at 4:17 pm
I thought I had tried something similar which I have used with various client software, like LINQ for SQL, SSRS, etc...
It goes something like
DECLARE @Dummy INT
SELECT @Dummy = COUNT(*) FROM...
February 3, 2011 at 3:50 pm
With everything I have read so far, I have little hope of achieving this through one step
So, just in case someone is interested in my answer, I will use...
February 3, 2011 at 4:10 am
To be honest, I expected that kind of answer...
Just checking!
Thanks 😀
February 1, 2011 at 3:15 am
I'll have to give that a shot after the Christmas break
Thanks
December 24, 2010 at 9:46 am
No, I don't use Hierarchical recordsets but I don't have access to the connection string used by MS Access.
I can only change the server name, login and password...
December 24, 2010 at 1:05 am
For reasons like this, I modified my table to be just a heap.
No constraint, no index.
This is really frustrating me because I tried to reproduce it simply and it seemed...
September 24, 2010 at 4:16 am
I have discovered that it's quite easy to reproduce and seems to be due to a "group by" I had in my query.
The sample below does something similar
CREATE TABLE #MyTable(What...
September 24, 2010 at 2:33 am
This used to be advised by the Kimball group but they actually changed their mind in one of their later books (don't remember which one).
Initially, they thought that a surrogate...
September 20, 2010 at 4:22 am
Thanks a lot, I'll have a look
September 13, 2010 at 1:50 pm
My question then would be: Is there any reason why we should exclude every MDX based calculated member in a cube?
Would this be likely to kill the overall preformance of...
September 13, 2010 at 6:49 am
Hi there... although I am not sure to understand all the details of your problem, I find it "optimistic" to use Excel to load 1 million rows whether using aggregates...
September 5, 2010 at 4:35 pm
For those interested, this article explains the solution I found in details
http://dwbijourney.blogspot.com/2008/10/dynamic-dimension-security-in-ssas.html
July 29, 2010 at 5:31 am
I just discovered that I might get away with generating a string in my SSAS Procedure instead of a set.
Then I can use the MDX function STRTOSET() to return a...
July 26, 2010 at 2:46 pm
It must be the issue indeed.
We are on 2005 SP2
I have requested an upgrade to SP3
Still wondering why we don't use 2008 by the way!
July 15, 2010 at 2:36 am
Viewing 15 posts - 196 through 210 (of 323 total)