| Author |
Which back up is best and why ?
|
|
|
| If you have a veritas back up agent running on your SQL Server box, is there
any point in scheduling the back up of individual databases ?
I understand the benefits of backing up the server.
| |
| Aleksandar Grbic 2005-05-23, 3:23 am |
| use sql agent and backup database command to "scheduling the back up of
individual databases"
"H" wrote:
> If you have a veritas back up agent running on your SQL Server box, is there
> any point in scheduling the back up of individual databases ?
>
> I understand the benefits of backing up the server.
| |
|
| Why back up database as well as the SQL agent, surely the SQL Agent is enough ?
H
"Aleksandar Grbic" wrote:
[color=darkred]
> use sql agent and backup database command to "scheduling the back up of
> individual databases"
>
> "H" wrote:
>
| |
| Aleksandar Grbic 2005-05-23, 9:23 am |
| you can backup individual databases with tsql
use sql agent to schedule backup
later, you can use veritas (etc.) to backup bak files...
"H" wrote:
[color=darkred]
> Why back up database as well as the SQL agent, surely the SQL Agent is enough ?
>
> H
>
> "Aleksandar Grbic" wrote:
>
|
|
|
|