Viewing 15 posts - 211 through 225 (of 452 total)
Can you run your generated SQL in SSMS? It looks like there is a problem with the SQL from the error.
HTH,
Rob
January 24, 2013 at 6:47 am
What about the NON EMPTY keyword? Did you use the NONEMPTY function or the NON EMPTY keyword?
http://thatmsftbiguy.com/nonemptymdx/
HTH,
Rob
January 23, 2013 at 12:22 pm
Have you tried the NONEMPTY() function?
http://msdn.microsoft.com/en-US/library/ms145988(v=sql.105).aspx
HTH,
Rob
January 22, 2013 at 2:54 pm
avishain (1/21/2013)
while im in the sql server , there is a field that contains a text string , for example:
December 13, 2008
and so on...
i want to...
January 21, 2013 at 1:24 pm
Chris Clarke-296861 (1/19/2013)
It's running on SQL Server 2008R2 database and...
January 20, 2013 at 1:59 pm
Sounds like a permissions issue; can you work with your server admins to get the correct permissions assigned to that proxy account?
Rob
January 17, 2013 at 9:48 am
sumit.joshij (1/17/2013)
for eg:
@[User::newcol]= FILE_PATH + "/" + FILE_NAME.
Please see the attachment for the same...
January 17, 2013 at 7:55 am
blom0344 (1/7/2013)
Is sequential processing the only option when using the standard edition..?
Yes, I believe you can only sequentially process a cube with SSAS Standard edition.
Rob
January 7, 2013 at 1:28 pm
sathiyan00 (1/7/2013)
I'm new to mdx . anyone please explain the flow of this or any simple mdx expression.so that i can get...
January 7, 2013 at 6:38 am
pulluri1226 (1/3/2013)
but for few records, there are only 4-5 columns, in that case data flow is inserting...
January 3, 2013 at 1:21 pm
engg.pankaj (1/3/2013)
I know how to write SUM() and group by queries in T-SQL however, I want to know how to write this query and show the...
January 3, 2013 at 8:00 am
engg.pankaj (1/2/2013)
Thanks for the reply Robert.So, do I alter the source table, add new column(s) which can hold the values for the sum of the month(s)?
No, you wouldn't need to...
January 3, 2013 at 6:42 am
Rather than trying to do this in an expression, change your datasource and do it in T-SQL. Much easier.
Rob
December 31, 2012 at 9:16 pm
Don't ask the same question in multiple forums as it just fragments the conversation. That said, you've had no responses yet. Have you loooked at the error logs...
December 31, 2012 at 9:11 pm
varshachyk (12/27/2012)
We have a SQL server standard edition in our project. for performance tuning, one of the client SME has recommenced to configure parallel processing. when we try to configure...
December 28, 2012 at 6:15 am
Viewing 15 posts - 211 through 225 (of 452 total)