You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database-engine/deprecated-database-engine-features-in-sql-server-2019.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ When a feature is marked deprecated, it means:
32
32
33
33
- The feature is in maintenance mode only. No new changes will be done, including those related to addressing inter-operability with new features.
34
34
- We strive not to remove a deprecated feature from future releases to make upgrades easier. However, under rare situations, we may choose to permanently discontinue (remove) the feature from [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] if it limits future innovations.
35
-
- For new development work, do not use deprecated features. For existing aplications, plan to modify applications that currently use these features as soon as possible.
35
+
- For new development work, do not use deprecated features. For existing applications, plan to modify applications that currently use these features as soon as possible.
36
36
37
37
You can monitor the use of deprecated features by using the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Deprecated Features Object performance counter, or the `deprecation_announcement` and `deprecation_final_support` extended events. For more information, see [Use SQL Server Objects](../relational-databases/performance-monitor/use-sql-server-objects.md).
0 commit comments