Friday, March 23, 2012
Point in time restore
I have database that has Recovery Model property set to Full
since creation.
I have never performed backup of this database.
Is it possible to do "Point in time" restore for this database?No. All restores are based on that you have done a backup in the first place.
--
Tibor Karaszi, SQL Server MVP
Archive at: http://groups.google.com/groups?oi=djq&as_ugroup=microsoft.public.sqlserver
"Denis" <trud81@.hotmail.com> wrote in message news:027701c3c486$e373e170$a001280a@.phx.gbl...
> Hi All
> I have database that has Recovery Model property set to Full
> since creation.
> I have never performed backup of this database.
> Is it possible to do "Point in time" restore for this database?
>
Wednesday, March 21, 2012
PMML in SS05
Tuesday, March 20, 2012
Plug-in GetNodeProperty ATTRIBUTE_NAME
I'm in trouble with my Plug-in Algorithm while filling out my model rowsets.
How to return ATTRIBUTE_NAME through GetNodeProperty if does not exist an ID to do it? Also it appears that no call is made for retrieve such node property.
Thanks
Claudio
I'm replying by myself since I found out how to solve the problem.
The call to get this property is made through GetNodeArrayProperty and DMNP_ATTRIBUTES property ID.
Thanks anyway.
Claudio
|||Good to hear you found the answer, Claudio.
It would be good to know more about your algorithm and what you may be using it for. Of course, I know this may not be something to share on a public forum. You could mail me directly at donald.farmer@.spamyenot.microsoft.com
It's good for us to understand the different uses that people find for the application, and especially useful to understand where and how new functions and algorithms are needed.
Of course, no problem if you would rather not discuss your scenarios. I understand that business and technical cases can be very confidential.
|||Hi,
I sent you a personal email.
Monday, February 20, 2012
Please help! Report Builder model from UDM?
Hello,
I have created a cube in Analysis Services and made many business logic
changes in the Data Source View and dimensions. Can I use this to build
a model for the Report builder? I believe they call this UDM? People will
create ad-hoc reports in report builder.
I know I can use the UDM to create reports in VS.
Thank youto generate a report builder model based on an Analysis Database.
Simply go on the reports web site (http://localhost/reports)
create a new connection to your AS server
click "generate model"
and you have a model based on your OLAP cubes.
Also,
you can create your own model based on the DSV, this model will execute SQL
statements against your source database instead of using the AS server and
MDX statements.
but you have some manual work to do to insure that the model works fine for
your needs. in another hand you have a better control of what you'll display
to the end users (by playing with detailed property)
"ystueker" <ystueker@.discussions.microsoft.com> wrote in message
news:7E96DAE4-F823-4160-A7C1-C8D45772EE6B@.microsoft.com...
> This is my second posting. Please help!
> Hello,
> I have created a cube in Analysis Services and made many business logic
> changes in the Data Source View and dimensions. Can I use this to build
> a model for the Report builder? I believe they call this UDM? People will
> create ad-hoc reports in report builder.
> I know I can use the UDM to create reports in VS.
> Thank you
>|||Thank you. I have tried that but my option for generate model is grayed out'
"Jéjé" wrote:
> to generate a report builder model based on an Analysis Database.
> Simply go on the reports web site (http://localhost/reports)
> create a new connection to your AS server
> click "generate model"
> and you have a model based on your OLAP cubes.
> Also,
> you can create your own model based on the DSV, this model will execute SQL
> statements against your source database instead of using the AS server and
> MDX statements.
> but you have some manual work to do to insure that the model works fine for
> your needs. in another hand you have a better control of what you'll display
> to the end users (by playing with detailed property)
> "ystueker" <ystueker@.discussions.microsoft.com> wrote in message
> news:7E96DAE4-F823-4160-A7C1-C8D45772EE6B@.microsoft.com...
> > This is my second posting. Please help!
> >
> > Hello,
> > I have created a cube in Analysis Services and made many business logic
> > changes in the Data Source View and dimensions. Can I use this to build
> > a model for the Report builder? I believe they call this UDM? People will
> > create ad-hoc reports in report builder.
> >
> > I know I can use the UDM to create reports in VS.
> >
> > Thank you
> >
>
>|||mmm...
you have the same option using the management interface (windows management
application, not web based)
what is your connection string to access your AS server? the one is grayed.
"ystueker" <ystueker@.discussions.microsoft.com> wrote in message
news:4FB35270-504A-41A3-91D0-469A4014018C@.microsoft.com...
> Thank you. I have tried that but my option for generate model is grayed
> out'
> "Jéjé" wrote:
>> to generate a report builder model based on an Analysis Database.
>> Simply go on the reports web site (http://localhost/reports)
>> create a new connection to your AS server
>> click "generate model"
>> and you have a model based on your OLAP cubes.
>> Also,
>> you can create your own model based on the DSV, this model will execute
>> SQL
>> statements against your source database instead of using the AS server
>> and
>> MDX statements.
>> but you have some manual work to do to insure that the model works fine
>> for
>> your needs. in another hand you have a better control of what you'll
>> display
>> to the end users (by playing with detailed property)
>> "ystueker" <ystueker@.discussions.microsoft.com> wrote in message
>> news:7E96DAE4-F823-4160-A7C1-C8D45772EE6B@.microsoft.com...
>> > This is my second posting. Please help!
>> >
>> > Hello,
>> > I have created a cube in Analysis Services and made many business logic
>> > changes in the Data Source View and dimensions. Can I use this to build
>> > a model for the Report builder? I believe they call this UDM? People
>> > will
>> > create ad-hoc reports in report builder.
>> >
>> > I know I can use the UDM to create reports in VS.
>> >
>> > Thank you
>> >
>>