Přihlásit se pomocí účtu Microsoft
Přihlaste se nebo si vytvořte účet.
Dobrý den,
Vyberte jiný účet.
Máte více účtů.
Zvolte účet, pomocí kterého se chcete přihlásit.
Angličtina
Omlouváme se, ale tento článek není dostupný ve vašem jazyce.

Symptoms

Assume that you use ALTER LOGIN to change the name of the built-in [sa] account to increase security on the instance of SQL Server 2016 or 2017. In this situation, you may find that Managed Backup and Automated Backup no longer function correctly. For example, [msdb].[managed_backup].[sp_backup_config_basic] stored procedure will run without any errors, but there will not be any changes made to the Managed Backup configuration. Additionally, databases will not be backed up even if the Managed Backup configuration appears to be correct.


More information

If you trace activity when running stored procedures from the [msdb].[managed_backup] schema, you may notice a call to the [msdb].[dbo].[sp_sqlagent_set_job_completion_state] stored procedure with a @last_outcome_message parameter value of

The job failed.  The owner (sa) of job smart_admin_job_[GUID] does not have server access.

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Resolution

This issue is fixed in the following cumulative updates for SQL Server:

About cumulative updates for SQL Server:

Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:

Workaround

To work around this issue, you may:

  • Temporarily rename the sa account to 'sa'.

  • Upgrade to SQL Server 2019 in which the issue has been fixed already.

References

Learn about the terminology that Microsoft uses to describe software updates.

Potřebujete další pomoc?

Chcete další možnosti?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Byly tyto informace užitečné?

Co ovlivnilo váš názor?
Po stisknutí tlačítka pro odeslání se vaše zpětná vazba použije k vylepšování produktů a služeb Microsoftu. Váš správce IT bude moci tato data shromažďovat. Prohlášení o zásadách ochrany osobních údajů.

Děkujeme vám za zpětnou vazbu.

×