![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What is best practice when I have to deploy an Analysis Services 2005 database schema? 1) Is it to script it (Right click, Generate create script) ? 2) Backup/restore? 3) Can I do it from Visual Studio? I only want to deploy the schema. I have to deploy it to multiple customers and I don't have access to their servers. I might also have to ship updates. Thanks Henrik Skak Pedersen. |
#3
| |||
| |||
|
|
from VS: change the deployment target server, and deploy the solution. from the management studio: you can create script, backup / restore (contain the data) or synchronize the database (its like doing a backup / restore but in 1 command which can be scheduled) also, you can simply deploy the database file (found under the Visual Studio project folder) to your server using the deployment tool. what is the best way? if your servers are not on the same network, use the deployment tool and do a full process. if your servers are on the same network and if your source version of your database is filled with production data (not a subset of data), then use the synchronization option. (no full process required) if you want to deploy part of your database or you want to update ome parts but not all the database on the target server, create an XML script. "Henrik Skak Pedersen" <skak (AT) community (DOT) nospam> wrote in message news:ep9eBktPGHA.5564 (AT) TK2MSFTNGP10 (DOT) phx.gbl... What is best practice when I have to deploy an Analysis Services 2005 database schema? 1) Is it to script it (Right click, Generate create script) ? 2) Backup/restore? 3) Can I do it from Visual Studio? I only want to deploy the schema. I have to deploy it to multiple customers and I don't have access to their servers. I might also have to ship updates. Thanks Henrik Skak Pedersen. |
#4
| |||
| |||
|
|
Thank you very much for your reply. My servers are not on the same network. Which deployment tool are you referring to? Do you have any examples of how to do it? Thanks Henrik. My servers are not on the same network "Jéjé" <willgart_A_ (AT) hotmail_A_ (DOT) com> wrote in message news:udaJ55uPGHA.3672 (AT) TK2MSFTNGP14 (DOT) phx.gbl... from VS: change the deployment target server, and deploy the solution. from the management studio: you can create script, backup / restore (contain the data) or synchronize the database (its like doing a backup / restore but in 1 command which can be scheduled) also, you can simply deploy the database file (found under the Visual Studio project folder) to your server using the deployment tool. what is the best way? if your servers are not on the same network, use the deployment tool and do a full process. if your servers are on the same network and if your source version of your database is filled with production data (not a subset of data), then use the synchronization option. (no full process required) if you want to deploy part of your database or you want to update ome parts but not all the database on the target server, create an XML script. "Henrik Skak Pedersen" <skak (AT) community (DOT) nospam> wrote in message news:ep9eBktPGHA.5564 (AT) TK2MSFTNGP10 (DOT) phx.gbl... What is best practice when I have to deploy an Analysis Services 2005 database schema? 1) Is it to script it (Right click, Generate create script) ? 2) Backup/restore? 3) Can I do it from Visual Studio? I only want to deploy the schema. I have to deploy it to multiple customers and I don't have access to their servers. I might also have to ship updates. Thanks Henrik Skak Pedersen. |
![]() |
| Thread Tools | |
| Display Modes | |
| |