dbTalk Databases Forums  

cube backup SQL Server 2000

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


Discuss cube backup SQL Server 2000 in the microsoft.public.sqlserver.olap forum.



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

Default cube backup SQL Server 2000 - 12-21-2006 , 09:08 AM






Hi,

perhaps this question might have allready been posted here, but i need help
in SQL Server 2000:

how do u backup all the cubes, objects, dimensions, members, aggregations
and meta data. or better say everything u can see in Analysis Manager (the
whole database) so u can just copy it to another server and use it there
independently of the source Analysis manager server?

thanx in advance...





Reply With Quote
  #2  
Old   
Henrik Hansen
 
Posts: n/a

Default Re: cube backup SQL Server 2000 - 12-21-2006 , 09:53 AM






Hi

I use the msmdarch utility to create a .cab file.

I have a cmd file using this syntax

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a <Servername>
"C:\Program Files\Microsoft Analysis Services\Data\" "<DBName>"
"C:\path\file.cab"

in my case:

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a BISERVER01
"C:\Program Files\Microsoft Analysis Services\Data\" "Analysis"
"C:\bi\CubeBackup\Analysis.cab"

You can schedule this .cmd file with windows scheduler to have the backup
run automatically say once per day.

-Henrik.

"marko" <hybrid_1701 (AT) hotmail (DOT) com> skrev i en meddelelse
news:%23qARXFRJHHA.3952 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Quote:
Hi,

perhaps this question might have allready been posted here, but i need
help in SQL Server 2000:

how do u backup all the cubes, objects, dimensions, members, aggregations
and meta data. or better say everything u can see in Analysis Manager (the
whole database) so u can just copy it to another server and use it there
independently of the source Analysis manager server?

thanx in advance...






Reply With Quote
  #3  
Old   
Henrik Hansen
 
Posts: n/a

Default Re: cube backup SQL Server 2000 - 12-21-2006 , 09:55 AM



Hi

I use the msmdarch utility to create a .cab file.

I have a cmd file using this syntax

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a <Servername>
"C:\Program Files\Microsoft Analysis Services\Data\" "<DBName>"
"C:\path\file.cab"

in my case:

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a BISERVER01
"C:\Program Files\Microsoft Analysis Services\Data\" "Analysis"
"C:\bi\CubeBackup\Analysis.cab"

You can schedule this .cmd file with windows scheduler to have the backup
run automatically say once per day.

-Henrik.

"marko" <hybrid_1701 (AT) hotmail (DOT) com> skrev i en meddelelse
news:%23qARXFRJHHA.3952 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Quote:
Hi,

perhaps this question might have allready been posted here, but i need
help in SQL Server 2000:

how do u backup all the cubes, objects, dimensions, members, aggregations
and meta data. or better say everything u can see in Analysis Manager (the
whole database) so u can just copy it to another server and use it there
independently of the source Analysis manager server?

thanx in advance...






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

Default Re: cube backup SQL Server 2000 - 12-21-2006 , 12:45 PM



That will work as long as your OLAP database isn't larger than 2GB (i
believe).

If it is, you have to backup both the data folder and metadata database.
These are the only two things you will need to backup.

You will have to make sure they are both in sync. When we back up we take
the OLAP service down to ensure they remain in sync.


"Henrik Hansen" <hjoellund (AT) mail (DOT) tele.dk> wrote

Quote:
Hi

I use the msmdarch utility to create a .cab file.

I have a cmd file using this syntax

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a
Servername> "C:\Program Files\Microsoft Analysis Services\Data\"
"<DBName>" "C:\path\file.cab"

in my case:

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a BISERVER01
"C:\Program Files\Microsoft Analysis Services\Data\" "Analysis"
"C:\bi\CubeBackup\Analysis.cab"

You can schedule this .cmd file with windows scheduler to have the backup
run automatically say once per day.

-Henrik.

"marko" <hybrid_1701 (AT) hotmail (DOT) com> skrev i en meddelelse
news:%23qARXFRJHHA.3952 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Hi,

perhaps this question might have allready been posted here, but i need
help in SQL Server 2000:

how do u backup all the cubes, objects, dimensions, members, aggregations
and meta data. or better say everything u can see in Analysis Manager
(the whole database) so u can just copy it to another server and use it
there independently of the source Analysis manager server?

thanx in advance...








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

Default Re: cube backup SQL Server 2000 - 12-22-2006 , 04:34 AM



Thank You for Your answers!

I was just checking if i was on the right path. .

Please Jesse if u can explain this with backing up databases larger than 2
Gb? What exactly must be done except stoping OLAP? Is it just to stop OLAP
and then do msmdarch or something else needs to be done?

Thank you once again for your quick replys. Was able to back up my cubes.

marko




"Jesse O." <jesperzz (AT) hotmail (DOT) com> wrote

Quote:
That will work as long as your OLAP database isn't larger than 2GB (i
believe).

If it is, you have to backup both the data folder and metadata database.
These are the only two things you will need to backup.

You will have to make sure they are both in sync. When we back up we take
the OLAP service down to ensure they remain in sync.


"Henrik Hansen" <hjoellund (AT) mail (DOT) tele.dk> wrote in message
news:458aae82$1$182$157c6196 (AT) dreader1 (DOT) cybercity.dk...
Hi

I use the msmdarch utility to create a .cab file.

I have a cmd file using this syntax

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a
Servername> "C:\Program Files\Microsoft Analysis Services\Data\"
"<DBName>" "C:\path\file.cab"

in my case:

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a BISERVER01
"C:\Program Files\Microsoft Analysis Services\Data\" "Analysis"
"C:\bi\CubeBackup\Analysis.cab"

You can schedule this .cmd file with windows scheduler to have the backup
run automatically say once per day.

-Henrik.

"marko" <hybrid_1701 (AT) hotmail (DOT) com> skrev i en meddelelse
news:%23qARXFRJHHA.3952 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Hi,

perhaps this question might have allready been posted here, but i need
help in SQL Server 2000:

how do u backup all the cubes, objects, dimensions, members,
aggregations and meta data. or better say everything u can see in
Analysis Manager (the whole database) so u can just copy it to another
server and use it there independently of the source Analysis manager
server?

thanx in advance...










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

Default Re: cube backup SQL Server 2000 - 12-22-2006 , 01:54 PM



actually i blogged about it here:

http://jesseorosz.spaces.live.com/


"marko" <hybrid_1701 (AT) hotmail (DOT) com> wrote

Quote:
Thank You for Your answers!

I was just checking if i was on the right path. .

Please Jesse if u can explain this with backing up databases larger than 2
Gb? What exactly must be done except stoping OLAP? Is it just to stop OLAP
and then do msmdarch or something else needs to be done?

Thank you once again for your quick replys. Was able to back up my cubes.

marko




"Jesse O." <jesperzz (AT) hotmail (DOT) com> wrote in message
news:e$lCgATJHHA.2456 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
That will work as long as your OLAP database isn't larger than 2GB (i
believe).

If it is, you have to backup both the data folder and metadata database.
These are the only two things you will need to backup.

You will have to make sure they are both in sync. When we back up we take
the OLAP service down to ensure they remain in sync.


"Henrik Hansen" <hjoellund (AT) mail (DOT) tele.dk> wrote in message
news:458aae82$1$182$157c6196 (AT) dreader1 (DOT) cybercity.dk...
Hi

I use the msmdarch utility to create a .cab file.

I have a cmd file using this syntax

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a
Servername> "C:\Program Files\Microsoft Analysis Services\Data\"
"<DBName>" "C:\path\file.cab"

in my case:

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a
BISERVER01 "C:\Program Files\Microsoft Analysis Services\Data\"
"Analysis" "C:\bi\CubeBackup\Analysis.cab"

You can schedule this .cmd file with windows scheduler to have the
backup
run automatically say once per day.

-Henrik.

"marko" <hybrid_1701 (AT) hotmail (DOT) com> skrev i en meddelelse
news:%23qARXFRJHHA.3952 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Hi,

perhaps this question might have allready been posted here, but i need
help in SQL Server 2000:

how do u backup all the cubes, objects, dimensions, members,
aggregations and meta data. or better say everything u can see in
Analysis Manager (the whole database) so u can just copy it to another
server and use it there independently of the source Analysis manager
server?

thanx in advance...












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

Default Re: cube backup SQL Server 2000 - 12-27-2006 , 03:24 AM



thanx again for your answers!

merry christmas and a happy new year!


"Jesse O." <jesperzz (AT) hotmail (DOT) com> wrote

Quote:
actually i blogged about it here:

http://jesseorosz.spaces.live.com/


"marko" <hybrid_1701 (AT) hotmail (DOT) com> wrote in message
news:epIUaRbJHHA.1064 (AT) TK2MSFTNGP04 (DOT) phx.gbl...
Thank You for Your answers!

I was just checking if i was on the right path. .

Please Jesse if u can explain this with backing up databases larger than
2 Gb? What exactly must be done except stoping OLAP? Is it just to stop
OLAP and then do msmdarch or something else needs to be done?

Thank you once again for your quick replys. Was able to back up my cubes.

marko




"Jesse O." <jesperzz (AT) hotmail (DOT) com> wrote in message
news:e$lCgATJHHA.2456 (AT) TK2MSFTNGP06 (DOT) phx.gbl...
That will work as long as your OLAP database isn't larger than 2GB (i
believe).

If it is, you have to backup both the data folder and metadata database.
These are the only two things you will need to backup.

You will have to make sure they are both in sync. When we back up we
take the OLAP service down to ensure they remain in sync.


"Henrik Hansen" <hjoellund (AT) mail (DOT) tele.dk> wrote in message
news:458aae82$1$182$157c6196 (AT) dreader1 (DOT) cybercity.dk...
Hi

I use the msmdarch utility to create a .cab file.

I have a cmd file using this syntax

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a
Servername> "C:\Program Files\Microsoft Analysis Services\Data\"
"<DBName>" "C:\path\file.cab"

in my case:

"C:\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a
BISERVER01 "C:\Program Files\Microsoft Analysis Services\Data\"
"Analysis" "C:\bi\CubeBackup\Analysis.cab"

You can schedule this .cmd file with windows scheduler to have the
backup
run automatically say once per day.

-Henrik.

"marko" <hybrid_1701 (AT) hotmail (DOT) com> skrev i en meddelelse
news:%23qARXFRJHHA.3952 (AT) TK2MSFTNGP02 (DOT) phx.gbl...
Hi,

perhaps this question might have allready been posted here, but i need
help in SQL Server 2000:

how do u backup all the cubes, objects, dimensions, members,
aggregations and meta data. or better say everything u can see in
Analysis Manager (the whole database) so u can just copy it to another
server and use it there independently of the source Analysis manager
server?

thanx in advance...














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.