I'll start by saying I am not very familiar with SQL but have picked up a few things here and there to accomplish what I needed to. I currently use an OSQL command in a batch file, and then have the file executed as a scheduled task, to automate the backing up of a SQL database to a .bck file ( I posted about this previously).
My question is, is there a better way to do this? Is it possible to have SQL enterprise manager create a backup to a .bck file on a schedule? Or is it possible to just have enterprise manager call that batch file, instead of having windows do it? The reason I ask is that we run into trouble every now and then with running this a scheduled task from the batch file, because of windows user account passwords expiring, and the task not running as a result.
Thanks,
Kevin