הדרכה
אישור
Microsoft Certified: Azure Database Administrator Associate - Certifications
ניהול תשתית מסד נתונים של SQL Server עבור מסדי נתונים יחסיים של ענן, מסדי נתונים מקומיים ו היברידיים באמצעות ההצעות של מסד הנתונים היחסי של Microsoft PaaS.
הדפדפן הזה אינו נתמך עוד.
שדרג ל- Microsoft Edge כדי לנצל את התכונות, עדכוני האבטחה והתמיכה הטכנית העדכניים ביותר.
Applies to:
SQL Server
Azure SQL Managed Instance
חשוב
On Azure SQL Managed Instance, most, but not all SQL Server Agent features are currently supported. Enabling and disabling SQL Server Agent is currently not supported in SQL Managed Instance. SQL Agent is always running. See SQL Managed Instance T-SQL differences from SQL Server for details.
This topic describes how to specify some configuration options for SQL Server Agent during installation of SQL Server. The full set of SQL Server Agent configuration options is only available within SQL Server Management Studio, SQL Server Management Objects (SMO), or the SQL Server Agent stored procedures.
Select SQL Server Agent in Object Explorer of SQL Server Management Studio to administer jobs, operators, alerts, and the SQL Server Agent service. However, Object Explorer only displays the SQL Server Agent node if you have permission to use it.
Auto-restart should not be enabled for the SQL Server service or the SQL Server Agent service on failover cluster instances.
To perform its functions, SQL Server Agent must be configured to use the credentials of an account that is a member of the sysadmin fixed server role in SQL Server. The account must have the following Windows permissions:
Log on as a service (SeServiceLogonRight)
Replace a process-level token (SeAssignPrimaryTokenPrivilege)
Bypass traverse checking (SeChangeNotifyPrivilege)
Adjust memory quotas for a process (SeIncreaseQuotaPrivilege)
For more information about the Windows permissions required for the SQL Server Agent service account, see Select an Account for the SQL Server Agent Service and Setting Up Windows Service Accounts.
הדרכה
אישור
Microsoft Certified: Azure Database Administrator Associate - Certifications
ניהול תשתית מסד נתונים של SQL Server עבור מסדי נתונים יחסיים של ענן, מסדי נתונים מקומיים ו היברידיים באמצעות ההצעות של מסד הנתונים היחסי של Microsoft PaaS.