Unix Technical Forum

Backup of a MS SQL 2000 DB

This is a discussion on Backup of a MS SQL 2000 DB within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi I'm not really a MS SQL Admin. I have only one system in our house holding an MS ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-01-2008, 02:39 PM
Dominik Hirt
 
Posts: n/a
Default Backup of a MS SQL 2000 DB

Hi

I'm not really a MS SQL Admin. I have only one
system in our house holding an MS SQL DB.

I need to made a backup of the DB.
Can someone tell me what is the cheapest way?
To buy Backup Exec is not an option.

And I can't shut down the service while the backup is
running...

Regards and thanks in advance

Dominik
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-01-2008, 02:39 PM
Greg D. Moore \(Strider\)
 
Posts: n/a
Default Re: Backup of a MS SQL 2000 DB

"Dominik Hirt" <removethis.dhi@dhi.ch> wrote in message
news:tCWHh.183311$_X1.48044@fe05.news.easynews.com ...
> Hi
>
> I'm not really a MS SQL Admin. I have only one
> system in our house holding an MS SQL DB.
>
> I need to made a backup of the DB.
> Can someone tell me what is the cheapest way?
> To buy Backup Exec is not an option.
>


Use QUERY Analyzer and look up details BACKUP DATABASE

You'll want something like BACKUP DATABASE 'foo' to
disk='\\remoteserver\share1\backupfilename.bak'

If your database is in full recovery mode, make sure to do a log backup also
on a regular basis.

And you can schedule backups also which is a good idea.

And all this can be done while the server is on line.


> And I can't shut down the service while the backup is
> running...
>
> Regards and thanks in advance
>
> Dominik





--
Greg Moore
SQL Server DBA Consulting
sql (at) greenms.com http://www.greenms.com


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-01-2008, 02:39 PM
Roy Harvey
 
Posts: n/a
Default Re: Backup of a MS SQL 2000 DB

On Thu, 08 Mar 2007 16:36:50 GMT, "Greg D. Moore \(Strider\)"
<mooregr_deleteth1s@greenms.com> wrote:

>And all this can be done while the server is on line.


To be more specific, all this can ONLY be donw while the server is on
line.

Roy Harvey
Beacon Falls, CT
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-01-2008, 02:39 PM
Greg D. Moore \(Strider\)
 
Posts: n/a
Default Re: Backup of a MS SQL 2000 DB

"Roy Harvey" <roy_harvey@snet.net> wrote in message
news:0lh0v2pam34rqi0ps0sra9p5snboj68knn@4ax.com...
> On Thu, 08 Mar 2007 16:36:50 GMT, "Greg D. Moore \(Strider\)"
> <mooregr_deleteth1s@greenms.com> wrote:
>
>>And all this can be done while the server is on line.

>
> To be more specific, all this can ONLY be donw while the server is on
> line.
>
> Roy Harvey
> Beacon Falls, CT



True, but I was answering his specific question to that effect. I probably
should have been more clear in that regard.

--
Greg Moore
SQL Server DBA Consulting
sql (at) greenms.com http://www.greenms.com


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-01-2008, 02:41 PM
Dominik Hirt
 
Posts: n/a
Default Re: Backup of a MS SQL 2000 DB

Greg D. Moore (Strider) schrieb:
> Use QUERY Analyzer and look up details BACKUP DATABASE
>
> You'll want something like BACKUP DATABASE 'foo' to
> disk='\\remoteserver\share1\backupfilename.bak'
>
> If your database is in full recovery mode, make sure to do a log backup also
> on a regular basis.
>
> And you can schedule backups also which is a good idea.
>
> And all this can be done while the server is on line.


Many thanks. That worked for me.

Dominik
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-01-2008, 02:41 PM
Greg D. Moore \(Strider\)
 
Posts: n/a
Default Re: Backup of a MS SQL 2000 DB

"Dominik Hirt" <removethis.dhi@dhi.ch> wrote in message
newsPtJh.220196$Wn.61860@fe06.news.easynews.com. ..
> Greg D. Moore (Strider) schrieb:
>> Use QUERY Analyzer and look up details BACKUP DATABASE
>>
>> You'll want something like BACKUP DATABASE 'foo' to
>> disk='\\remoteserver\share1\backupfilename.bak'
>>
>> If your database is in full recovery mode, make sure to do a log backup
>> also on a regular basis.
>>
>> And you can schedule backups also which is a good idea.
>>
>> And all this can be done while the server is on line.

>
> Many thanks. That worked for me.
>
> Dominik


Welcome. Glad I could help.



--
Greg Moore
SQL Server DBA Consulting
Email: sql (at) greenms.com http://www.greenms.com


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:17 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com