dbTalk Databases Forums  

How to properly restore AS

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


Discuss How to properly restore AS in the microsoft.public.sqlserver.olap forum.



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

Default How to properly restore AS - 05-05-2005 , 12:12 PM






Currently I have my repository in SQL Server and also my data folder backed
up every 12 hours.

How would I propery restore both of these objects? Say I have to start out
with a clean version of AS, how would I restore from the repository and data
file?

Is it as simple as changing the repository string and the location of the
data folder? In what order?



Reply With Quote
  #2  
Old   
SQL McOLAP
 
Posts: n/a

Default RE: How to properly restore AS - 05-05-2005 , 01:20 PM






The best thing to do is archive all your OLAP databases on that server. This
creates CAB files for each database wherever you tell it to do the archive.
Then, just restore those databases from those cab files onto your server
after you reinstall AS, or do whatever it is you need to do.

The good thing about an archive/restore is that it brings your OLAP data and
your repository information with it, you don't need to worry about anything.
If your data fits within the abilities of archive/restore, definitely use
archive/restore.


Good luck.


"Jesse O" wrote:

Quote:
Currently I have my repository in SQL Server and also my data folder backed
up every 12 hours.

How would I propery restore both of these objects? Say I have to start out
with a clean version of AS, how would I restore from the repository and data
file?

Is it as simple as changing the repository string and the location of the
data folder? In what order?




Reply With Quote
  #3  
Old   
Jesse O
 
Posts: n/a

Default Re: How to properly restore AS - 05-05-2005 , 02:11 PM



Thanks for the reply.

However, our OLAP db's are too large to do an archive...we'll have to file
copy the data folder.


"SQL McOLAP" <SQLMcOLAP (AT) discussions (DOT) microsoft.com> wrote

Quote:
The best thing to do is archive all your OLAP databases on that server.
This
creates CAB files for each database wherever you tell it to do the
archive.
Then, just restore those databases from those cab files onto your server
after you reinstall AS, or do whatever it is you need to do.

The good thing about an archive/restore is that it brings your OLAP data
and
your repository information with it, you don't need to worry about
anything.
If your data fits within the abilities of archive/restore, definitely use
archive/restore.


Good luck.


"Jesse O" wrote:

Currently I have my repository in SQL Server and also my data folder
backed
up every 12 hours.

How would I propery restore both of these objects? Say I have to start
out
with a clean version of AS, how would I restore from the repository and
data
file?

Is it as simple as changing the repository string and the location of the
data folder? In what order?






Reply With Quote
  #4  
Old   
SQL McOLAP
 
Posts: n/a

Default Re: How to properly restore AS - 05-06-2005 , 08:13 AM



Yes, if any cubes have partitions that are too large, you can't use
archive/restore, unfortunately. In this case, you need to backup your SQL
repository and backup your entire data folder. Then, these two things would
need to be restored. On the plus side, this is faster than archive and
restore.

One thing you may want to consider is partitioning if possible. If your
partitioning grain results in partitions that are small enough to fit into
CAB files, then you can use archive/restore, another benefit of partitioning,
although the bigger benefits of partitioning are faster processing because of
parallelism and better query response time if partitioned by commonly queried
slices.

Just something for you to ponder...good luck.

"Jesse O" wrote:

Quote:
Thanks for the reply.

However, our OLAP db's are too large to do an archive...we'll have to file
copy the data folder.


"SQL McOLAP" <SQLMcOLAP (AT) discussions (DOT) microsoft.com> wrote in message
news:E4765145-5A9E-4556-8604-02F2E0203ADD (AT) microsoft (DOT) com...
The best thing to do is archive all your OLAP databases on that server.
This
creates CAB files for each database wherever you tell it to do the
archive.
Then, just restore those databases from those cab files onto your server
after you reinstall AS, or do whatever it is you need to do.

The good thing about an archive/restore is that it brings your OLAP data
and
your repository information with it, you don't need to worry about
anything.
If your data fits within the abilities of archive/restore, definitely use
archive/restore.


Good luck.


"Jesse O" wrote:

Currently I have my repository in SQL Server and also my data folder
backed
up every 12 hours.

How would I propery restore both of these objects? Say I have to start
out
with a clean version of AS, how would I restore from the repository and
data
file?

Is it as simple as changing the repository string and the location of the
data folder? In what order?







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.