If we have a situation where SQL Agent fails to start, will we still be able to take a full manual SQL backup?
I don't mean scheduled backups and maintenance plans, just plain Right Click > Tasks > Backup (in SQL Management Studio).
If we have a situation where SQL Agent fails to start, will we still be able to take a full manual SQL backup?
I don't mean scheduled backups and maintenance plans, just plain Right Click > Tasks > Backup (in SQL Management Studio).
To run a backup from Right Click > Tasks > Backup in SSMS you do not require the SQL agent to be running (this backup method works in SQL Express which does not allow the Agent to run).