dbTalk Databases Forums  

Partitions created with XMLA and Visual Studio

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


Discuss Partitions created with XMLA and Visual Studio in the microsoft.public.sqlserver.olap forum.



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

Default Partitions created with XMLA and Visual Studio - 05-06-2006 , 12:29 AM






I want to create an SSIS package to dynamically create fact group
partitions based on values in my date dimension. However, how will this
affect my SSAS project being out of sync with the database on the
server?

Won't Visual Studio yell when it sees the partitions on the server
which were not created manually within VS? I'm assuming there has to be
a way around this...


Reply With Quote
  #2  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: Partitions created with XMLA and Visual Studio - 05-08-2006 , 07:11 AM






In article <1146893369.369121.122160 (AT) i39g2000cwa (DOT) googlegroups.com>,
toddkitta (AT) gmail (DOT) com says...
Quote:
I want to create an SSIS package to dynamically create fact group
partitions based on values in my date dimension. However, how will this
affect my SSAS project being out of sync with the database on the
server?

Won't Visual Studio yell when it sees the partitions on the server
which were not created manually within VS? I'm assuming there has to be
a way around this...


No, you choose File -> New Project and choose the "Import Analysis
Services 9.0 Database" and Visual Studio will create a project based on
a selected database.

--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell


Reply With Quote
  #3  
Old   
Todd
 
Posts: n/a

Default Re: Partitions created with XMLA and Visual Studio - 05-08-2006 , 07:39 AM



OK, I thought it might come to that... pretty kludgy if you ask me.


Reply With Quote
  #4  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: Partitions created with XMLA and Visual Studio - 05-09-2006 , 07:10 AM



In article <1147091952.696889.24230 (AT) i39g2000cwa (DOT) googlegroups.com>,
toddkitta (AT) gmail (DOT) com says...
Quote:
OK, I thought it might come to that... pretty kludgy if you ask me.


Hmmm, I don't think its that bad. When you think of it the "master"
definition is either on your workstation or on the server. If it's on
your workstation you synch the two definitions by doing a deploy, if
it's on the server you synch the two definitions by importing the
project.

If you wanted do something like regularly check the database definition
into source control, you could write a few lines of .Net code or a
simple PowerShell script to save an XML/A create script.

--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell


Reply With Quote
  #5  
Old   
Adrian Dumitrascu [MS]
 
Posts: n/a

Default Re: Partitions created with XMLA and Visual Studio - 05-09-2006 , 01:14 PM



Hi,
If you want to update the BI project to include the partitions you created
with SSIS, then, indeed, you need to use the 'Import Analysis Services 9.0
Database'. Because the BI project is an offline version of the live
database. But you can use Visual Studio not only to design and deploy BI
projects, but to also administer the database live (as Analysis Manager did
in AS2000). It has the same interface, editors, features, just that it works
directly on the live database (File -> Open -> Analysis Services Database).

Adrian Dumitrascu


"Todd" <toddkitta (AT) gmail (DOT) com> wrote

Quote:
OK, I thought it might come to that... pretty kludgy if you ask me.




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.