Re: Scheduled Backup for SQL Database
anonymous_at_discussions.microsoft.com
Date: 09/30/04
- Next message: Peter Yeoh: "Re: Scheduled Backup for SQL Database"
- Previous message: Mike Epprecht (SQL MVP): "RE: How do I know when a patch is available for SQL Server?"
- Next in thread: Peter Yeoh: "Re: Scheduled Backup for SQL Database"
- Reply: Peter Yeoh: "Re: Scheduled Backup for SQL Database"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Sep 2004 02:33:05 -0700
Yes they are both started by local administrator and the
local administrator owns the backup job as well
>-----Original Message-----
>Is the SQL Server Agent service startup account the same
account as the SQL
>Server service?
>
>--
>Peter Yeoh
>http://www.yohz.com
>Need smaller SQL2K backup files? Use MiniSQLBackup
Lite, free!
>
>
><anonymous@discussions.microsoft.com> wrote in message
>news:45ec01c4a634$9c1441e0$a301280a@phx.gbl...
>> Hi,
>>
>> The backup is just running to another drive on the same
>> machine. My nightly backup routine goes and copies that
>> directory to the central server for nightly backup
>> >-----Original Message-----
>> >Hi
>> >
>> >Make sure that the agent is running on a domain
account
>> that has access to
>> >the other server. Are you
>> using '\\machinename\sharename\file.bak' (UNC path)
>> >as your naming standard for the backup file?
>> >
>> >You can not make a maintenance plan that uses a UNC
>> share, so you have to
>> >code it manually and setup a job (see BOL for BACKUP
>> DATABASE).
>> >
>> >Cheers
>> >Mike
>> >
>> >"Chris" wrote:
>> >
>> >> Hi All,
>> >>
>> >> Very new user to SQL admin. I need to backup a sql
>> >> database, when I run it manually it runs fine and
>> creates
>> >> a backup without any issue. However when I try to
>> >> schedule the job it does not save the schedule or
run
>> the
>> >> backup.
>> >>
>> >> I am using Windows 2000 Server and SQL2000. Both are
>> >> fully patched and have latest service packs.
>> >>
>> >> Am I doing something wrong or is this a bug. The SQL
>> >> agent is running on the local machine, and the job
>> >> appears in the backup list but always fails. I am
>> trying
>> >> to write to another data disk on the server with the
>> >> routine to overwrite the file everytime.
>> >>
>> >> Any help would be great
>> >>
>> >.
>> >
>
>
>.
>
- Next message: Peter Yeoh: "Re: Scheduled Backup for SQL Database"
- Previous message: Mike Epprecht (SQL MVP): "RE: How do I know when a patch is available for SQL Server?"
- Next in thread: Peter Yeoh: "Re: Scheduled Backup for SQL Database"
- Reply: Peter Yeoh: "Re: Scheduled Backup for SQL Database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|