Viewing 15 posts - 16 through 30 (of 30 total)
This is the first thing I tested. Didn't work for me.
June 28, 2004 at 3:21 pm
Once you find that @@Error is not 0, is there a way to retrieve actual SQL error message? Is there a variable like that?
Thanks
June 28, 2004 at 2:00 pm
I was wondering about the same thing. What's a filegroup? And why is there more than one?
Thanks
June 28, 2004 at 1:55 pm
Wow! I looked through the article and found one more surprise - derived table can even be used in a join.
Thanks for your help!
June 28, 2004 at 1:44 pm
Antares686, Thank you.
Your solution works for me. I didn't know you can substitute the "select" statement for the table name. I tried...
June 28, 2004 at 8:56 am
Thanks for your reply. I'm thinking of escalating the issue to minimize a number of DBAs. We have at least 6.
May 28, 2004 at 11:39 am
that makes sense...usually I see this status when remote calls are made through the linked server....
thanks for your reply....
May 14, 2004 at 1:18 pm
select @mdxstr = 'select * from openquery(linked_server_OLAP, "' + @your_mdx + '")'
execute (@mdxstr)
September 19, 2003 at 8:16 am
Steve,
I tried to set the formatting within the cube - Cube -> Edit. That works only within the cube. I can get this data to show the way I want...
September 18, 2003 at 8:01 am
Thanks for your reply.
I tried to find an MDX function that would do that, but was unsuccessful. Here are some more details about this problem.
What happens is the data comes...
September 17, 2003 at 1:19 pm
Thanks for your replies, guys.
What happens is the data comes back from the cube in the nvarchar format which I cannot immediately convert to decimal or numeric. I'm forced to...
September 17, 2003 at 1:12 pm
Viewing 15 posts - 16 through 30 (of 30 total)