Skip to content

Commit 5d0e794

Browse files
authored
Merge pull request #112939 from MladjoA/patch-24
Agent process restart status -> Resolved
2 parents b60ff96 + a988060 commit 5d0e794

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sql-database/sql-database-release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: sql-database
77
ms.subservice: service
88
ms.devlang:
99
ms.topic: conceptual
10-
ms.date: 04/14/2020
10+
ms.date: 04/28/2020
1111
ms.author: sstein
1212
---
1313
# SQL Database release notes
@@ -75,7 +75,7 @@ The following features are enabled in Managed instance deployment model in H1 20
7575
|[Permissions on resource group not applied to Managed Instance](#permissions-on-resource-group-not-applied-to-managed-instance)|Feb 2020|Has Workaround||
7676
|[Limitation of manual failover via portal for failover groups](#limitation-of-manual-failover-via-portal-for-failover-groups)|Jan 2020|Has Workaround||
7777
|[SQL Agent roles need explicit EXECUTE permissions for non-sysadmin logins](#in-memory-oltp-memory-limits-are-not-applied)|Dec 2019|Has Workaround||
78-
|[SQL Agent jobs can be interrupted by Agent process restart](#sql-agent-jobs-can-be-interrupted-by-agent-process-restart)|Dec 2019|No Workaround|Mar 2020|
78+
|[SQL Agent jobs can be interrupted by Agent process restart](#sql-agent-jobs-can-be-interrupted-by-agent-process-restart)|Dec 2019|Resolved|Mar 2020|
7979
|[AAD logins and users are not supported in SSDT](#aad-logins-and-users-are-not-supported-in-ssdt)|Nov 2019|No Workaround||
8080
|[In-memory OLTP memory limits are not applied](#in-memory-oltp-memory-limits-are-not-applied)|Oct 2019|Has Workaround||
8181
|[Wrong error returned while trying to remove a file that is not empty](#wrong-error-returned-while-trying-to-remove-a-file-that-is-not-empty)|Oct 2019|Has Workaround||
@@ -90,7 +90,7 @@ The following features are enabled in Managed instance deployment model in H1 20
9090
|[Exceeding storage space with small database files](#exceeding-storage-space-with-small-database-files)||Has Workaround||
9191
|[GUID values shown instead of database names](#guid-values-shown-instead-of-database-names)||Has Workaround||
9292
|[Error logs aren't persisted](#error-logs-arent-persisted)||No Workaround||
93-
|[Transaction scope on two databases within the same instance isn't supported](#transaction-scope-on-two-databases-within-the-same-instance-isnt-supported)||Has Workaround|March 2020|
93+
|[Transaction scope on two databases within the same instance isn't supported](#transaction-scope-on-two-databases-within-the-same-instance-isnt-supported)||Has Workaround|Mar 2020|
9494
|[CLR modules and linked servers sometimes can't reference a local IP address](#clr-modules-and-linked-servers-sometimes-cant-reference-a-local-ip-address)||Has Workaround||
9595
|Database consistency not verified using DBCC CHECKDB after restore database from Azure Blob Storage.||Resolved|Nov 2019|
9696
|Point-in-time database restore from Business Critical tier to General Purpose tier will not succeed if source database contains in-memory OLTP objects.||Resolved|Oct 2019|
@@ -127,7 +127,7 @@ GRANT EXECUTE ON master.dbo.xp_sqlagent_notify TO [login_name]
127127

128128
### SQL Agent jobs can be interrupted by Agent process restart
129129

130-
SQL Agent creates a new session each time job is started, gradually increasing memory consumption. To avoid hitting the internal memory limit which would block execution of scheduled jobs, Agent process will be restarted once its memory consumption reaches threshold. It may result in interrupting execution of jobs running at the moment of restart.
130+
**(Resolved in March 2020)** SQL Agent creates a new session each time job is started, gradually increasing memory consumption. To avoid hitting the internal memory limit which would block execution of scheduled jobs, Agent process will be restarted once its memory consumption reaches threshold. It may result in interrupting execution of jobs running at the moment of restart.
131131

132132
### In-memory OLTP memory limits are not applied
133133

0 commit comments

Comments
 (0)