Quantcast
Channel: Answers for "Database backup,archive"
Browsing all 4 articles
Browse latest View live

Answer by raadee

So you just want to take a backup of all your databases. Use task scheduler on the server to create a task that executes sqlcmd which fires off a backup script. Old thread, same problem:...

View Article


Answer by Grant Fritchey

As long as you're using some mechanism to issue the command BACKUP DATABASE, how it gets called doesn't really matter. You can create a stored procedure that runs the backup command. That will work...

View Article


Answer by raadee

So you just want to take a backup of all your databases. Use task scheduler on the server to create a task that executes sqlcmd which fires off a backup script. Old thread, same problem:...

View Article

Answer by Grant Fritchey

As long as you're using some mechanism to issue the command BACKUP DATABASE, how it gets called doesn't really matter. You can create a stored procedure that runs the backup command. That will work...

View Article
Browsing all 4 articles
Browse latest View live