Home Page link  

Automating backup in RMS

 

Point-Of-Sale Software - - MS Point Of Sale software discussed here 

get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Automating backup in RMS Larry Jenuwine 06-02-2005
  | ---> Re: Automating backup in RMS Andrewø Ý­ìŠÇ.²È¨žÉ¢rº,¡û\¢06-29-2005
Posted by Larry Jenuwine on June 2, 2005, 9:10 am
Please log in for more thread options
Does anyone have an easy solution for automatically backing up the database
for RMS? Our clerks seem to be unable to remember to do it daily.

Thanks for any help.

Larry


Posted by root on June 2, 2005, 12:21 pm
Please log in for more thread options
Larry,

You can do a .bat file and schedule it to run in the scheduled tasks OR you
can download the SQL trial and only install the Enterprise Manager part.
Enterprise Manager will give you the GUI for MSDE and enable you to do a
scheduled maintenance plan with backup, shrink, and other tasks...



> Does anyone have an easy solution for automatically backing up the
> database
> for RMS? Our clerks seem to be unable to remember to do it daily.
>
> Thanks for any help.
>
> Larry




Posted by kskinne on June 2, 2005, 1:39 pm
Please log in for more thread options
root - what would the command line need to be in the .bat file to initiate
the backup process?

thanks,
kevin

"root" wrote:

> Larry,
>
> You can do a .bat file and schedule it to run in the scheduled tasks OR you
> can download the SQL trial and only install the Enterprise Manager part.
> Enterprise Manager will give you the GUI for MSDE and enable you to do a
> scheduled maintenance plan with backup, shrink, and other tasks...
>
>
>
> > Does anyone have an easy solution for automatically backing up the
> > database
> > for RMS? Our clerks seem to be unable to remember to do it daily.
> >
> > Thanks for any help.
> >
> > Larry
>
>
>


Posted by Rob on June 2, 2005, 2:48 pm
Please log in for more thread options
1.. In Notepad, paste the following text in the new batch file:


osql -U sa -P -S server name -Q "BACKUP DATABASE database name TO DISK =
'e:backupback1.bck'"a.. If you have a password for the system
administrator user, you must enter the password after the -P parameter. For
example, insert -P password.
b.. Replace server name with the name of your server. You can see the
name of your server in the SQL Server Service Manager.
c.. Replace database name with the actual name of your Store Operations
database or Headquarters database.
d.. Replace e:backupback1.bck with the actual path of the drive and
the directory where you want to save the backup and the actual name that you
want for the backup file.
2.. Save the file.
3.. Click Start, point to All Programs, point to Accessories, point to
System Tools, and then click Scheduled Tasks.

Use Task Scheduler to run your batch file from the server. See Windows
Help for more information about how to set up and how to run Task Scheduler.
Important Every time that you use Task Scheduler to run your batch file, the
backup file name that the batch file generates is the same file name that
you entered for the path and file name when you created the batch file.
Therefore, if you want to maintain a series of backup files, use one of the
following methods before or after you run the backup:

a.. Move the backup file to another location.
b.. Rename the backup file.
Otherwise, the backup file will be appended every time that you use Task
Scheduler to run the batch file. This may make the backup file unusable.


> root - what would the command line need to be in the .bat file to initiate
> the backup process?
>
> thanks,
> kevin
>
> "root" wrote:
>
>> Larry,
>>
>> You can do a .bat file and schedule it to run in the scheduled tasks OR
>> you
>> can download the SQL trial and only install the Enterprise Manager part.
>> Enterprise Manager will give you the GUI for MSDE and enable you to do a
>> scheduled maintenance plan with backup, shrink, and other tasks...
>>
>>
>>
>> message
>> > Does anyone have an easy solution for automatically backing up the
>> > database
>> > for RMS? Our clerks seem to be unable to remember to do it daily.
>> >
>> > Thanks for any help.
>> >
>> > Larry
>>
>>
>>




Posted by kskinne on June 2, 2005, 2:23 pm
Please log in for more thread options
perfect - thank you rob



"Rob" wrote:

> 1.. In Notepad, paste the following text in the new batch file:
>
>
> osql -U sa -P -S server name -Q "BACKUP DATABASE database name TO DISK =
> 'e:backupback1.bck'"a.. If you have a password for the system
> administrator user, you must enter the password after the -P parameter. For
> example, insert -P password.
> b.. Replace server name with the name of your server. You can see the
> name of your server in the SQL Server Service Manager.
> c.. Replace database name with the actual name of your Store Operations
> database or Headquarters database.
> d.. Replace e:backupback1.bck with the actual path of the drive and
> the directory where you want to save the backup and the actual name that you
> want for the backup file.
> 2.. Save the file.
> 3.. Click Start, point to All Programs, point to Accessories, point to
> System Tools, and then click Scheduled Tasks.
>
> Use Task Scheduler to run your batch file from the server. See Windows
> Help for more information about how to set up and how to run Task Scheduler.
> Important Every time that you use Task Scheduler to run your batch file, the
> backup file name that the batch file generates is the same file name that
> you entered for the path and file name when you created the batch file.
> Therefore, if you want to maintain a series of backup files, use one of the
> following methods before or after you run the backup:
>
> a.. Move the backup file to another location.
> b.. Rename the backup file.
> Otherwise, the backup file will be appended every time that you use Task
> Scheduler to run the batch file. This may make the backup file unusable.
>
>
> > root - what would the command line need to be in the .bat file to initiate
> > the backup process?
> >
> > thanks,
> > kevin
> >
> > "root" wrote:
> >
> >> Larry,
> >>
> >> You can do a .bat file and schedule it to run in the scheduled tasks OR
> >> you
> >> can download the SQL trial and only install the Enterprise Manager part.
> >> Enterprise Manager will give you the GUI for MSDE and enable you to do a
> >> scheduled maintenance plan with backup, shrink, and other tasks...
> >>
> >>
> >>
> >> message
> >> > Does anyone have an easy solution for automatically backing up the
> >> > database
> >> > for RMS? Our clerks seem to be unable to remember to do it daily.
> >> >
> >> > Thanks for any help.
> >> >
> >> > Larry
> >>
> >>
> >>
>
>
>


Similar ThreadsPosted
Automating HQ Worksheets March 8, 2006, 2:37 pm
Automating a report April 15, 2008, 11:18 am
Automating the Reindex HQ database March 24, 2008, 12:21 pm
Automating Multiple Sales Processes June 5, 2008, 2:29 am
DB Backup with date & timestamp in the backup name March 15, 2006, 9:16 pm
Why is SQL Server Backup 4x Larger than RMS Backup? August 23, 2009, 12:45 am
Backup RMS to CD November 21, 2006, 10:59 am
backup for SO April 25, 2007, 2:09 am
Do Transaction during Backup June 12, 2005, 11:30 pm
RMS 1.2 Database Backup August 28, 2005, 6:58 am

Contact Us | Privacy Policy
This site is not affiliated with Intuit - makers of Quickbooks and Quicken software
This site is not affiliated with Sage Software - makers of Peachtree accounting software
XML SitemapXML Sitemap