↧
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 ArticleAnswer 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