Showing posts with label hand. Show all posts
Showing posts with label hand. Show all posts

Tuesday, March 20, 2012

A tool for aggregation design XMLA file viewing/editing ?

Is the best way to specify the most useful aggregations to actually edit the XMLA for measure group and hand pick the aggregations I need?

In that case has anyone seen a basic tool for viewing the attributes in each aggregation and perh
In taht case has aaps even deleting them/editing the XMLA file a little bit? The reason I am looking for a tool is to make sense out of 2000 aggregations created by the wizard.

A new sample app for viewing and editing aggregations should become available as part of SP2...

Thanks,

Akshai

|||what is the name of that sample? I have SP2 final, but only samples under Microsoft SQL Server\90\Sample\Analysis Services are:

\Administrator\ActivityViewer
\DataMining\Data Mining Web Controls
\DataMining\SQL Server Data Mining Plug-In Algorithms
\Programmability\AMO
\Tutorials\Lesson4
\Tutorials\Lesson7

I checked the Programmability\AMO sample, but all it does is provide drilldown into properties. I can drill into aggregations but it's very laborious to use to find see which attributes each aggregation aggregates, because you would need to click 2 times on each dimention in each aggregation to see which attributes it affects. I did not see an ability to create a new aggregation or change an aggregation.

Did I miss something?
Where is the sample that Edward and you mention ?

|||

It's called AggregationManager and is under Administrator/AggregationManager.

I don't think the samples are included in the main SP2 download. I think you have to download them separately. The SQL Server sample are now all available from codeplex. The download page for the SSAS samples is here http://www.codeplex.com/MSFTASProdSamples/Release/ProjectReleases.aspx?ReleaseId=2461

The AggManager sample only works with a deployed database. I am looking to add support for this tool directly in BIDS through a project I am working on at www.codeplex.com/BIDSHelper. I hope to get an initial beta release out in the next week or two if you are interested.

A tool for aggregation design XMLA file viewing/editing ?

Is the best way to specify the most useful aggregations to actually edit the XMLA for measure group and hand pick the aggregations I need?

In that case has anyone seen a basic tool for viewing the attributes in each aggregation and perh
In taht case has aaps even deleting them/editing the XMLA file a little bit? The reason I am looking for a tool is to make sense out of 2000 aggregations created by the wizard.

A new sample app for viewing and editing aggregations should become available as part of SP2...

Thanks,

Akshai

|||what is the name of that sample? I have SP2 final, but only samples under Microsoft SQL Server\90\Sample\Analysis Services are:

\Administrator\ActivityViewer
\DataMining\Data Mining Web Controls
\DataMining\SQL Server Data Mining Plug-In Algorithms
\Programmability\AMO
\Tutorials\Lesson4
\Tutorials\Lesson7

I checked the Programmability\AMO sample, but all it does is provide drilldown into properties. I can drill into aggregations but it's very laborious to use to find see which attributes each aggregation aggregates, because you would need to click 2 times on each dimention in each aggregation to see which attributes it affects. I did not see an ability to create a new aggregation or change an aggregation.

Did I miss something?
Where is the sample that Edward and you mention ?|||

It's called AggregationManager and is under Administrator/AggregationManager.

I don't think the samples are included in the main SP2 download. I think you have to download them separately. The SQL Server sample are now all available from codeplex. The download page for the SSAS samples is here http://www.codeplex.com/MSFTASProdSamples/Release/ProjectReleases.aspx?ReleaseId=2461

The AggManager sample only works with a deployed database. I am looking to add support for this tool directly in BIDS through a project I am working on at www.codeplex.com/BIDSHelper. I hope to get an initial beta release out in the next week or two if you are interested.

Saturday, February 11, 2012

A hand sign in the left of a database

Hi,
I am wondering why there's a hand sign on the left corner on one of my
database, in my SQL Server 2000.
How do I make it disappear?
Thanks for help.
JasonJason wrote on Tue, 21 Nov 2006 17:06:26 +0800:
> Hi,
> I am wondering why there's a hand sign on the left corner on one of my
> database, in my SQL Server 2000.
> How do I make it disappear?
> Thanks for help.
It means that the database is configured for replication.
Dan|||And you want to check with the DBA and 'owner' of that database before you
remove replication. All sorts of bad things can happen if you start picking
away at it if it is actually being replicated, as opposed to just 'enabled
for replication'
--
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com
"Daniel Crichton" <msnews@.worldofspack.com> wrote in message
news:%23nyU$FVDHHA.348@.TK2MSFTNGP06.phx.gbl...
> Jason wrote on Tue, 21 Nov 2006 17:06:26 +0800:
>> Hi,
>> I am wondering why there's a hand sign on the left corner on one of my
>> database, in my SQL Server 2000.
>> How do I make it disappear?
>> Thanks for help.
> It means that the database is configured for replication.
> Dan
>|||Kevin3NF wrote:
> And you want to check with the DBA and 'owner' of that database before you
> remove replication. All sorts of bad things can happen if you start picking
> away at it if it is actually being replicated, as opposed to just 'enabled
> for replication'
>
Awww, that goes totally against the GUI concept of "Ooooo, what's THIS
button do?"
:-)
Tracy McKibben
MCDBA
http://www.realsqlguy.com|||Yup. As much as I like a colorful GUI...
:D
--
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com
"Tracy McKibben" <tracy@.realsqlguy.com> wrote in message
news:456303F0.3020400@.realsqlguy.com...
> Kevin3NF wrote:
>> And you want to check with the DBA and 'owner' of that database before
>> you remove replication. All sorts of bad things can happen if you start
>> picking away at it if it is actually being replicated, as opposed to just
>> 'enabled for replication'
> Awww, that goes totally against the GUI concept of "Ooooo, what's THIS
> button do?"
> :-)
>
> --
> Tracy McKibben
> MCDBA
> http://www.realsqlguy.com

A hand sign in the left of a database

Hi,
I am wondering why there's a hand sign on the left corner on one of my
database, in my SQL Server 2000.
How do I make it disappear?
Thanks for help.
Jason
Jason wrote on Tue, 21 Nov 2006 17:06:26 +0800:

> Hi,
> I am wondering why there's a hand sign on the left corner on one of my
> database, in my SQL Server 2000.
> How do I make it disappear?
> Thanks for help.
It means that the database is configured for replication.
Dan
|||And you want to check with the DBA and 'owner' of that database before you
remove replication. All sorts of bad things can happen if you start picking
away at it if it is actually being replicated, as opposed to just 'enabled
for replication'
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com
"Daniel Crichton" <msnews@.worldofspack.com> wrote in message
news:%23nyU$FVDHHA.348@.TK2MSFTNGP06.phx.gbl...
> Jason wrote on Tue, 21 Nov 2006 17:06:26 +0800:
>
> It means that the database is configured for replication.
> Dan
>
|||Kevin3NF wrote:
> And you want to check with the DBA and 'owner' of that database before you
> remove replication. All sorts of bad things can happen if you start picking
> away at it if it is actually being replicated, as opposed to just 'enabled
> for replication'
>
Awww, that goes totally against the GUI concept of "Ooooo, what's THIS
button do?"
:-)
Tracy McKibben
MCDBA
http://www.realsqlguy.com
|||Yup. As much as I like a colorful GUI...
:D
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com
"Tracy McKibben" <tracy@.realsqlguy.com> wrote in message
news:456303F0.3020400@.realsqlguy.com...
> Kevin3NF wrote:
> Awww, that goes totally against the GUI concept of "Ooooo, what's THIS
> button do?"
> :-)
>
> --
> Tracy McKibben
> MCDBA
> http://www.realsqlguy.com

A hand sign in the left of a database

Hi,
I am wondering why there's a hand sign on the left corner on one of my
database, in my SQL Server 2000.
How do I make it disappear?
Thanks for help.
JasonJason wrote on Tue, 21 Nov 2006 17:06:26 +0800:

> Hi,
> I am wondering why there's a hand sign on the left corner on one of my
> database, in my SQL Server 2000.
> How do I make it disappear?
> Thanks for help.
It means that the database is configured for replication.
Dan|||And you want to check with the DBA and 'owner' of that database before you
remove replication. All sorts of bad things can happen if you start picking
away at it if it is actually being replicated, as opposed to just 'enabled
for replication'
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com
"Daniel Crichton" <msnews@.worldofspack.com> wrote in message
news:%23nyU$FVDHHA.348@.TK2MSFTNGP06.phx.gbl...
> Jason wrote on Tue, 21 Nov 2006 17:06:26 +0800:
>
> It means that the database is configured for replication.
> Dan
>|||Kevin3NF wrote:
> And you want to check with the DBA and 'owner' of that database before you
> remove replication. All sorts of bad things can happen if you start picki
ng
> away at it if it is actually being replicated, as opposed to just 'enabled
> for replication'
>
Awww, that goes totally against the GUI concept of "Ooooo, what's THIS
button do?"
:-)
Tracy McKibben
MCDBA
http://www.realsqlguy.com|||Yup. As much as I like a colorful GUI...
:D
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com
"Tracy McKibben" <tracy@.realsqlguy.com> wrote in message
news:456303F0.3020400@.realsqlguy.com...
> Kevin3NF wrote:
> Awww, that goes totally against the GUI concept of "Ooooo, what's THIS
> button do?"
> :-)
>
> --
> Tracy McKibben
> MCDBA
> http://www.realsqlguy.com