Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Thursday, March 29, 2012

distributed database

Hi ...i have to implement distributed databse..

what are the tools and components that i need to do the distribution and retrival?

i use SQL server 2005....

please help me....as soon as posible..

so argent

thanks

What do you mean by a distributed database?sql

Sunday, March 11, 2012

Displaying member name instead of key in query

In the tools that I have used for getting generated MDX queries (Query Analyzer, Proclarity, Excel) the query always seems to show the key value instead of the member name.

Is it possible or is there a query tool that will generate queries with the member name instead?

See example:

[Organization].&[152551]

Should read

[Organization].[By Division]

thanks,

Andrew

Set "MemberNamesUnique" to True for a particular attribute. That should do it|||

Thanks! Didn't even have to reprocess!

cheers,

Andrew