dbTalk Databases Forums  

Dynamic updation of Datasource views AS2005

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Dynamic updation of Datasource views AS2005 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
pras
 
Posts: n/a

Default Dynamic updation of Datasource views AS2005 - 09-05-2005 , 12:10 AM






Hi,

AS2005 features includes Data Source Views the Core component of
AS2005. But when you define the data source views you select the
required tables such as fact and dimension tables.
But my question is if i am creating dynamic partitions based on
time(monthly) or region wise i would be creating the required partition
tables at the back end which will not be available in the created
datasource view in UDM.
Can any body explain how would i include them in the Datasource view.

In AS2000 i would have used DSO code to do the same Now i may need to
use AMO for the same.
Can any body please let me know any link which helps me to understand
better to use the AMO for the same.
I could not find much better help in books Online on AMO

I would highly appreciate immedeate response.

Regards,
Prasanna


Reply With Quote
  #2  
Old   
Chris Webb
 
Posts: n/a

Default RE: Dynamic updation of Datasource views AS2005 - 09-06-2005 , 10:00 AM






The following white paper might have some useful information
http://www.microsoft.com/downloads/d...displaylang=en

--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"pras" wrote:

Quote:
Hi,

AS2005 features includes Data Source Views the Core component of
AS2005. But when you define the data source views you select the
required tables such as fact and dimension tables.
But my question is if i am creating dynamic partitions based on
time(monthly) or region wise i would be creating the required partition
tables at the back end which will not be available in the created
datasource view in UDM.
Can any body explain how would i include them in the Datasource view.

In AS2000 i would have used DSO code to do the same Now i may need to
use AMO for the same.
Can any body please let me know any link which helps me to understand
better to use the AMO for the same.
I could not find much better help in books Online on AMO

I would highly appreciate immedeate response.

Regards,
Prasanna



Reply With Quote
  #3  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Dynamic updation of Datasource views AS2005 - 09-08-2005 , 01:22 AM



Another point to make is that when you are using partitioning you probably
shouldn't be loading from an object in the DSV. You need to have one object
in the DSV to create the measure group, but after that you are better of
using either:
1) a table binding against a table in the data source directly -- not using
the DSV, or
2) better, yet, using a query binding against the data source and you can
put whatever you want in the SQL statement so long as the column names match
the column names from the table in the DSV used to create the measure group.
I have a write paper in the works that talks about this -- but if you are in
a hurry, look at Webcast #2 of 3 in the Project REAL series (look at the
bottom of this web page) -- i have a cool demo there.
See: http://www.microsoft.com/sql/bi/Proj...L/default.mspx

Hope that helps.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"pras" <prasannat (AT) gmail (DOT) com> wrote

Quote:
Hi,

AS2005 features includes Data Source Views the Core component of
AS2005. But when you define the data source views you select the
required tables such as fact and dimension tables.
But my question is if i am creating dynamic partitions based on
time(monthly) or region wise i would be creating the required partition
tables at the back end which will not be available in the created
datasource view in UDM.
Can any body explain how would i include them in the Datasource view.

In AS2000 i would have used DSO code to do the same Now i may need to
use AMO for the same.
Can any body please let me know any link which helps me to understand
better to use the AMO for the same.
I could not find much better help in books Online on AMO

I would highly appreciate immedeate response.

Regards,
Prasanna




Reply With Quote
  #4  
Old   
pras
 
Posts: n/a

Default Re: Dynamic updation of Datasource views AS2005 - 09-08-2005 , 02:06 AM



Thanks Dave,
I will go thru the document pionted by you and also the Webcast.But
still the Books online with the Beta3 doesn't have all the things which
can be addressed. if you can provide with me the link for full fledged
BOL 2005 is highly appreciated

If i have query i will post it again.

Regards,
Prasanna

Dave Wickert [MSFT] wrote:
Quote:
Another point to make is that when you are using partitioning you probably
shouldn't be loading from an object in the DSV. You need to have one object
in the DSV to create the measure group, but after that you are better of
using either:
1) a table binding against a table in the data source directly -- not using
the DSV, or
2) better, yet, using a query binding against the data source and you can
put whatever you want in the SQL statement so long as the column names match
the column names from the table in the DSV used to create the measure group.
I have a write paper in the works that talks about this -- but if you are in
a hurry, look at Webcast #2 of 3 in the Project REAL series (look at the
bottom of this web page) -- i have a cool demo there.
See: http://www.microsoft.com/sql/bi/Proj...L/default.mspx

Hope that helps.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"pras" <prasannat (AT) gmail (DOT) com> wrote in message
news:1125897017.990538.111140 (AT) f14g2000cwb (DOT) googlegroups.com...
Hi,

AS2005 features includes Data Source Views the Core component of
AS2005. But when you define the data source views you select the
required tables such as fact and dimension tables.
But my question is if i am creating dynamic partitions based on
time(monthly) or region wise i would be creating the required partition
tables at the back end which will not be available in the created
datasource view in UDM.
Can any body explain how would i include them in the Datasource view.

In AS2000 i would have used DSO code to do the same Now i may need to
use AMO for the same.
Can any body please let me know any link which helps me to understand
better to use the AMO for the same.
I could not find much better help in books Online on AMO

I would highly appreciate immedeate response.

Regards,
Prasanna



Reply With Quote
  #5  
Old   
pras
 
Posts: n/a

Default Re: Dynamic updation of Datasource views AS2005 - 09-08-2005 , 02:10 AM



Thanks Dave,
I will go thru the document pionted by you and also the Webcast.But
still the Books online with the Beta3 doesn't have all the things which
can be addressed. if you can provide with me the link for full fledged
BOL 2005 is highly appreciated

If i have query i will post it again.

Regards,
Prasanna

Dave Wickert [MSFT] wrote:
Quote:
Another point to make is that when you are using partitioning you probably
shouldn't be loading from an object in the DSV. You need to have one object
in the DSV to create the measure group, but after that you are better of
using either:
1) a table binding against a table in the data source directly -- not using
the DSV, or
2) better, yet, using a query binding against the data source and you can
put whatever you want in the SQL statement so long as the column names match
the column names from the table in the DSV used to create the measure group.
I have a write paper in the works that talks about this -- but if you are in
a hurry, look at Webcast #2 of 3 in the Project REAL series (look at the
bottom of this web page) -- i have a cool demo there.
See: http://www.microsoft.com/sql/bi/Proj...L/default.mspx

Hope that helps.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"pras" <prasannat (AT) gmail (DOT) com> wrote in message
news:1125897017.990538.111140 (AT) f14g2000cwb (DOT) googlegroups.com...
Hi,

AS2005 features includes Data Source Views the Core component of
AS2005. But when you define the data source views you select the
required tables such as fact and dimension tables.
But my question is if i am creating dynamic partitions based on
time(monthly) or region wise i would be creating the required partition
tables at the back end which will not be available in the created
datasource view in UDM.
Can any body explain how would i include them in the Datasource view.

In AS2000 i would have used DSO code to do the same Now i may need to
use AMO for the same.
Can any body please let me know any link which helps me to understand
better to use the AMO for the same.
I could not find much better help in books Online on AMO

I would highly appreciate immedeate response.

Regards,
Prasanna



Reply With Quote
  #6  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Dynamic updation of Datasource views AS2005 - 09-08-2005 , 11:30 AM



The Sept CTP which will be available in a week or so at PDC will have as
complete a BOL as you will see for RTM.

Attached are three scripts.
1) dsv.xmla shows a partition created against an object in the DSV.
2) tablebinding.xmla shows a partition created against a table in the
datasource (doesn't exist in the DSV at all).
3) querybinding.xmla show a partition created against an adhoc SQL query
which may or many not exist in the DSV, data source, or anywhere. It will be
issued against the data source, but may reference tables (with 3part and
4part naming) anywhere.

Hope that helps.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"pras" <prasannat (AT) gmail (DOT) com> wrote

Quote:
Thanks Dave,
I will go thru the document pionted by you and also the Webcast.But
still the Books online with the Beta3 doesn't have all the things which
can be addressed. if you can provide with me the link for full fledged
BOL 2005 is highly appreciated

If i have query i will post it again.

Regards,
Prasanna

Dave Wickert [MSFT] wrote:
Another point to make is that when you are using partitioning you
probably
shouldn't be loading from an object in the DSV. You need to have one
object
in the DSV to create the measure group, but after that you are better of
using either:
1) a table binding against a table in the data source directly -- not
using
the DSV, or
2) better, yet, using a query binding against the data source and you can
put whatever you want in the SQL statement so long as the column names
match
the column names from the table in the DSV used to create the measure
group.
I have a write paper in the works that talks about this -- but if you are
in
a hurry, look at Webcast #2 of 3 in the Project REAL series (look at the
bottom of this web page) -- i have a cool demo there.
See: http://www.microsoft.com/sql/bi/Proj...L/default.mspx

Hope that helps.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.


"pras" <prasannat (AT) gmail (DOT) com> wrote in message
news:1125897017.990538.111140 (AT) f14g2000cwb (DOT) googlegroups.com...
Hi,

AS2005 features includes Data Source Views the Core component of
AS2005. But when you define the data source views you select the
required tables such as fact and dimension tables.
But my question is if i am creating dynamic partitions based on
time(monthly) or region wise i would be creating the required partition
tables at the back end which will not be available in the created
datasource view in UDM.
Can any body explain how would i include them in the Datasource view.

In AS2000 i would have used DSO code to do the same Now i may need to
use AMO for the same.
Can any body please let me know any link which helps me to understand
better to use the AMO for the same.
I could not find much better help in books Online on AMO

I would highly appreciate immedeate response.

Regards,
Prasanna











Reply With Quote
  #7  
Old   
pras
 
Posts: n/a

Default Re: Dynamic updation of Datasource views AS2005 - 09-09-2005 , 02:45 AM



Hi Dave,
I have allready registered but stiill i am unable to see the webcast.My
e-mail also got verified after that i haven't recieved any mail from
Microsoft for downloading the files or seeing the webcast.
I am very eager to see the webcasts.

please help

Regards,
Prasanna


Reply With Quote
  #8  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Dynamic updation of Datasource views AS2005 - 09-09-2005 , 08:53 PM



The complete set of webcasts can be downloaded from:
http://download.microsoft.com/downlo...L_Webcasts.exe


--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"pras" <prasannat (AT) gmail (DOT) com> wrote

Quote:
Hi Dave,
I have allready registered but stiill i am unable to see the webcast.My
e-mail also got verified after that i haven't recieved any mail from
Microsoft for downloading the files or seeing the webcast.
I am very eager to see the webcasts.

please help

Regards,
Prasanna




Reply With Quote
  #9  
Old   
pras
 
Posts: n/a

Default Re: Dynamic updation of Datasource views AS2005 - 09-12-2005 , 04:56 AM



Thanks Dave

Dave Wickert [MSFT] wrote:
Quote:
The complete set of webcasts can be downloaded from:
http://download.microsoft.com/downlo...L_Webcasts.exe


--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"pras" <prasannat (AT) gmail (DOT) com> wrote in message
news:1126251926.047003.309850 (AT) z14g2000cwz (DOT) googlegroups.com...
Hi Dave,
I have allready registered but stiill i am unable to see the webcast.My
e-mail also got verified after that i haven't recieved any mail from
Microsoft for downloading the files or seeing the webcast.
I am very eager to see the webcasts.

please help

Regards,
Prasanna



Reply With Quote
  #10  
Old   
pras
 
Posts: n/a

Default Re: Dynamic updation of Datasource views AS2005 - 09-13-2005 , 02:00 AM



Hi Dave,

Thanks Dave for the stuff, the webcasts are really excellent.This is
more than a demo giving good insights into the new features brought in
SQL Server Business intelligence 2005 (Yukon)
Can you please me the links for downloading the DTS Integration
packages and other good stuff. SO that i can download them.

Regards,
Prasanna


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.