|
Posted by Pegasus \(MVP\) on November 18, 2008, 9:05 am
If you were Registered and logged in, you could reply and use other advanced thread options
> Hi,
>
> I'm working on a Windows 2000 machine which hosts a SQL 2005 Express
> Database.
>
> This database is backed up using the following method -
>
> http://www.sqldbatips.com/showarticle.asp?ID=27
>
> As part of this method, I have a Task which is scheduled to run once a
> day. All words fine until I need to change my password. When I am
> prompted to change my password every month or so, I need to go back
> into the Scheduler and update my password there also. Otherwise my
> backup process will fail. How can I solve this problem?
>
> Another problem is that I will be soon handing the database over to
> another employee at the company who will then be in charge of
> maintaining it. Therefore I will have to configure the Scheduler to
> run from his account. I'm sure there's a better approach...
>
> Thanks for your help,
>
> Barry.
The standard approach is to create and use a dedicated account for scheduled
tasks (e.g. "Scheduler") with a strong but non-expiring password.
|