March 3, 2015 at 7:59 am
Hi
I have access to an analysis services database in management studio. Is it possible for me to open this as a project in BIDS?
Im brand new to SSAS so sorry for the simple question.
Thanks
March 3, 2015 at 8:10 am
erics44 (3/3/2015)
HiI have access to an analysis services database in management studio. Is it possible for me to open this as a project in BIDS?
Im brand new to SSAS so sorry for the simple question.
Thanks
Only if you have permissions to view the definition of the cube.
March 3, 2015 at 8:27 am
thanks for the reply
if i do have the permissions do you know how i would open it in bids? i have a blank solution
March 3, 2015 at 8:59 am
erics44 (3/3/2015)
thanks for the replyif i do have the permissions do you know how i would open it in bids? i have a blank solution
One of the options when creating a new SSAS project in BIDS I believe, is to connect to the SSAS instance. That will essentially extract the definition into your project.
March 3, 2015 at 11:39 am
The option is in Menu File -> Open -> Analysis Services Database...
March 3, 2015 at 2:38 pm
Luis Cazares (3/3/2015)
The option is in Menu File -> Open -> Analysis Services Database...
Keep in mind that you are connected live to that SSAS database.
If you make changes in BIDS, they happen on the server as well.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2015 at 4:15 pm
Koen Verbeeck (3/3/2015)
Luis Cazares (3/3/2015)
The option is in Menu File -> Open -> Analysis Services Database...Keep in mind that you are connected live to that SSAS database.
If you make changes in BIDS, they happen on the server as well.
And I hope that's not a production database. I hope there wouldn't be permissions to open a production database.
March 3, 2015 at 11:54 pm
Luis Cazares (3/3/2015)
Koen Verbeeck (3/3/2015)
Luis Cazares (3/3/2015)
The option is in Menu File -> Open -> Analysis Services Database...Keep in mind that you are connected live to that SSAS database.
If you make changes in BIDS, they happen on the server as well.
And I hope that's not a production database. I hope there wouldn't be permissions to open a production database.
Is there a way of un connecting it? Could I deploy it locally say and be connected to a local one
March 4, 2015 at 1:33 am
erics44 (3/3/2015)
Luis Cazares (3/3/2015)
Koen Verbeeck (3/3/2015)
Luis Cazares (3/3/2015)
The option is in Menu File -> Open -> Analysis Services Database...Keep in mind that you are connected live to that SSAS database.
If you make changes in BIDS, they happen on the server as well.
And I hope that's not a production database. I hope there wouldn't be permissions to open a production database.
Is there a way of un connecting it? Could I deploy it locally say and be connected to a local one
You could take a backup and restore it locally.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 4, 2015 at 2:20 am
Yes I can, thanks a lot all
March 5, 2015 at 6:42 am
If you have the appropriate permissions, you can create a project from an existing SSAS database using BIDS File->New->Project... and selecting Import Analysis Services Database. This is preferred to just opening the database as the functionality is somewhat limited (e.g. deployment) if you use File->Open->Analysis Services Database.
March 6, 2015 at 2:30 am
In my version of VS2010 , File > New >Project > Installed Templates > Business Intelligence > Analysis Services, then choose "Import from Server (Multidimensional and Data Mining)" or "Import from Server (Tabular)" depending on whether the SSAS database is multidimensional or tabular. That will give you a local project so you can see how it works, but it will still be pointing at the original database for deployment purposes. If you actually need to make changes and test them, you need to go to Project > Properties > Deployment, and change the database name and/or server name, before you build and deploy, otherwise it will overwrite the production database with your changes, so be careful if you have powerful permissions.
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply