I use invoke-sqlcmdto manage my databases, it works great. I save the output of the Results tab in Management Studio to a log file.
When I do BACKUP DATABASE, the output is done on the Messages tab, and I would like to save it in a log file.
Is there any way to get this conclusion? (or a table in SQL Server 2008 that stores backup results and results?)
SQL Server 2008 logs contain something, but it's not as much as the Messages tab.
anael source
share