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/relational-databases/backup-restore/enable-sql-server-managed-backup-to-microsoft-azure.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
@@ -95,7 +95,7 @@ The output will contain either the URL to the container and/or the SAS token. Th
95
95
96
96
If the URL is included, separate it from the SAS token at the question mark (do not include the question mark). For example, the previous output would result in the following two values.
Copy file name to clipboardExpand all lines: docs/relational-databases/backup-restore/sql-server-managed-backup-to-microsoft-azure.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,8 @@ ms.author: mikeray
45
45
46
46
PowerShell cmdlets are also available to configure [!INCLUDE[ss_smartbackup](../../includes/ss-smartbackup-md.md)]. SQL Server Management Studio supports restoring backups created by [!INCLUDE[ss_smartbackup](../../includes/ss-smartbackup-md.md)] by using the **Restore Database** task
47
47
48
-
|||
49
-
|-|-|
50
48
|System Object|Description|
49
+
|-|-|
51
50
|**MSDB**|Stores the metadata, backup history for all the backups created by [!INCLUDE[ss_smartbackup](../../includes/ss-smartbackup-md.md)].|
|[managed_backup.sp_backup_config_advanced (Transact-SQL)](../../relational-databases/system-stored-procedures/managed-backup-sp-backup-config-advanced-transact-sql.md)|Configures advanced settings for [!INCLUDE[ss_smartbackup](../../includes/ss-smartbackup-md.md)], such as encryption.|
Copy file name to clipboardExpand all lines: docs/relational-databases/blob/work-with-directories-and-paths-in-filetables.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,8 @@ GO
87
87
## <aname="is_directory"></a> The is_directory column in the FileTable schema
88
88
The following table describes the interaction between the **is_directory** column and the **file_stream** column that contains the FILESTREAM data in a FileTable.
All relational tables, unless you specify them as a clustered columnstore index, use rowstore as the underlying data format. `CREATE TABLE` creates a rowstore table unless you specify the `WITH CLUSTERED COLUMNSTORE INDEX` option.
- For in-memory tables, a columnstore index must include all the columns; the columnstore index cannot have a filtered condition.
126
176
- For in-memory tables, queries on columnstore indexes run only in InterOP mode, and not in the in-memory native mode. Parallel execution is supported.
Copy file name to clipboardExpand all lines: docs/relational-databases/maintenance-plans/maintenance-plans.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,8 @@ ms.author: mikeray
57
57
## Related Tasks
58
58
Use the following topics to get started with maintenance plans.
59
59
60
-
|||
60
+
|Description|Topic|
61
61
|-|-|
62
-
|**Description**|**Topic**|
63
62
|Configure the **Agent XPs** server configuration option to enable the SQL Server Agent extended stored procedures.|[Agent XPs Server Configuration Option](../../database-engine/configure-windows/agent-xps-server-configuration-option.md)|
64
63
|Describes how to create a maintenance plan by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].|[Create a Maintenance Plan](../../relational-databases/maintenance-plans/create-a-maintenance-plan.md)|
65
64
|Describes how to create a maintenance plan by using the Maintenance Plan Design Surface.|[Create a Maintenance Plan (Maintenance Plan Design Surface)](../../relational-databases/maintenance-plans/create-a-maintenance-plan-maintenance-plan-design-surface.md)|
Copy file name to clipboardExpand all lines: docs/relational-databases/manage/sql-server-utility-features-and-tasks.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,8 @@ ms.author: mikeray
34
34
## Related Tasks
35
35
Use the following topics to get started with [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] utility.
36
36
37
-
|||
37
+
|Description|Topic|
38
38
|-|-|
39
-
|**Description**|**Topic**|
40
39
|Describes considerations to configure a server to run utility and non-utility collection sets on the same instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].|[Considerations for Running Utility and non-Utility Collection Sets on the Same Instance of SQL Server](../../relational-databases/manage/run-utility-and-non-utility-collection-sets-on-same-sql-instance.md)|
41
40
|Describes how to create a SQL Server utility control point.|[Create a SQL Server Utility Control Point (SQL Server Utility)](../../relational-databases/manage/create-a-sql-server-utility-control-point-sql-server-utility.md)|
42
41
|Describes how to connect to a SQL Server Utility.|[Connect to a SQL Server Utility](../../relational-databases/manage/connect-to-a-sql-server-utility.md)|
0 commit comments