From 9a9113163faa538c004d1e37ded80b996aec1f0b Mon Sep 17 00:00:00 2001 From: frmbelz <989627+frmbelz@users.noreply.github.com> Date: Mon, 18 Nov 2019 18:49:37 -0600 Subject: [PATCH] Rewording first paragraph First paragraph needs rewording, here is an attempt. --- .../tables/specify-default-values-for-columns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relational-databases/tables/specify-default-values-for-columns.md b/docs/relational-databases/tables/specify-default-values-for-columns.md index 8098694ef69..df10a2195f9 100644 --- a/docs/relational-databases/tables/specify-default-values-for-columns.md +++ b/docs/relational-databases/tables/specify-default-values-for-columns.md @@ -19,7 +19,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s [!INCLUDE[tsql-appliesto-ss2016-all-md](../../includes/tsql-appliesto-ss2016-all-md.md)] -You can use [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] to specify a default value that will be entered into the table column. You can use the Object Explorer of the user interface that, or you can the general control for submitting [!INCLUDE[tsql](../../includes/tsql-md.md)]. +You can use [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] to specify a default value that will be entered into the table column. You can set a default by using the Object Explorer of the user interface or by submitting [!INCLUDE[tsql](../../includes/tsql-md.md)]. If you do not assign a default value to the column, and the user leaves the column blank, then: