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
|`physical_database_name`|**nvarchar(128)**| For [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], the physical name of the database. For [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)], a unique identifier for the current physical database corresponding to the user database. Changing the database service level objective or restoring the database will cause this value to change.<br /><br />**Applies to**: [!INCLUDE [sql-server-2019](../../includes/sssql19-md.md)] and later versions, and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]|
115
-
|`is_result_set_caching_on`|**bit**| Indicates whether result set caching is enabled.<br />`1` = result set caching is enabled<br />`0` = result set caching is disabled<br /><br />**Applies to**: [!INCLUDE [ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] dedicated SQL pools and [!INCLUDE [fabric](../../includes/fabric.md)]. For more information, see [Result set caching (preview)](/fabric/data-warehouse/result-set-caching). |
115
+
|`is_result_set_caching_on`|**bit**| Indicates whether result set caching is enabled.<br />`1` = result set caching is enabled<br />`0` = result set caching is disabled<br /><br />**Applies to**: [!INCLUDE [ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] dedicated SQL pools and [!INCLUDE [fabric-dw](../../includes/fabric-dw.md)]. For more information in [!INCLUDE [ssazuresynapse-md](../../includes/ssazuresynapse-md.md)], see [Performance tuning with result set caching](/azure/synapse-analytics/sql-data-warehouse/performance-tuning-result-set-caching). For more information in [!INCLUDE [fabric-dw](../../includes/fabric-dw.md)], see [Result set caching](/fabric/data-warehouse/result-set-caching). |
116
116
|`is_accelerated_database_recovery_on`|**bit**| Indicates whether Accelerated Database Recovery (ADR) is enabled.<br />`1` = ADR is enabled<br />`0` = ADR is disabled<br /><br />**Applies to**: [!INCLUDE [sql-server-2019](../../includes/sssql19-md.md)] and later versions, [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)], and [!INCLUDE [ssazuremi-md](../../includes/ssazuremi-md.md)]|
117
117
|`is_tempdb_spill_to_remote_store`|**bit**| Indicates whether `tempdb` spill to remote store is enabled.<br />`1` = enabled<br />`0` = disabled<br /><br />**Applies to**: [!INCLUDE [ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] Gen2. |
118
118
|`is_stale_page_detection_on`|**bit**| Indicates whether stale page detection is enabled.<br />`1` = stale page detection is enabled<br />`0` = stale page detection is disabled<br /><br />**Applies to**: [!INCLUDE [ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] Gen2. While this feature is being rolled out to all regions, check the version deployed to your instance and the latest [Azure Synapse release notes](/azure/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0) and [Gen2 upgrade schedule](/azure/synapse-analytics/sql-data-warehouse/gen2-migration-schedule) for feature availability. |
Copy file name to clipboardExpand all lines: docs/sql-server/sql-server-docs-contribute.md
+16-44Lines changed: 16 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,26 +36,29 @@ You can make simple edits to SQL Server content in your browser and then submit
36
36
37
37
The following steps summarize the process:
38
38
39
-
1. On the page you have feedback about, select the **Pencil** icon at the top right.
40
-
1. On the next page, select the **Pencil** icon at the top right. If this icon doesn't appear, you might need to sign in to your GitHub account first.
41
-
1. On the next page, in the **Edit file** text window, make your edits directly to the text you want to change.
39
+
1. On the page you want to suggest a change for, select the **Kebab (three vertical dots)** near **In this article**.
40
+
1. Select **Edit**. The browser takes you to the GitHub repository for that article source file.
41
+
1. In the source file, select the **Pencil** icon at the top right. If this icon doesn't appear, you might need to sign in to your GitHub account first. GitHub returns the editing page.
42
+
1. Edit the text to propose changes.
42
43
If you need help with formatting the new or changed text, see the [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).
43
-
1. After you make your edits, under **Commit changes**:
44
-
1. In the first text box, enter a brief description of the change you make.
44
+
1. After you make your edits, scroll back to the top of the page and select **Commit changes**.
45
+
1. In the **Commit message** dialog box, provide a name for your pull request, such as *Fixing typo*.
45
46
1. In the **Add an optional extended description** box, provide a brief explanation of your change.
46
-
1. Select **Propose file change**.
47
-
1. On the **Comparing changes** page, select **Create pull request**.
48
-
1. On the **Open a pull request** page, select **Create pull request**.
47
+
1. Select **Propose changes** to go to the **Comparing changes** page.
48
+
1. On the **Comparing changes** page, select **Create pull request** to go to the **Open a pull request** page.
49
+
1. On the **Open a pull request page**, select **Create pull request** to submit your pull request to the content team.
49
50
50
51
The following GIF demonstrates the end-to-end process for submitting changes in your browser:
51
52
52
53
:::image type="content" source="media/sql-server-docs-navigation-guide/edit-sql-docs.gif" alt-text="Screenshot of Edit SQL Docs." lightbox="media/sql-server-docs-navigation-guide/edit-sql-docs.gif":::
53
54
55
+
After you create your pull request, the content team reviews your proposed changes. If they accept your changes, they merge them into the documentation and publish them. You receive email notifications about the status of your pull request, depending on your Github notification settings.
56
+
54
57
<aid="tools"></a>
55
58
56
-
## Edit locally with tools
59
+
## Edit locally by using tools
57
60
58
-
Another editing option is to fork the `sql-docs` or `azure-docs` repositories and clone them locally to your machine. You can then use a Markdown editor and a git client to submit the changes. This workflow is good for edits that are more complex or involve multiple files. It's also good for frequent contributors to Microsoft technical documentation.
61
+
Another option is to fork the `sql-docs` or `azure-docs` repositories and clone them locally to your machine. You can then use a Markdown editor and a git client to submit the changes. This workflow is good for edits that are more complex or involve multiple files. It's also good for frequent contributors to Microsoft technical documentation.
59
62
60
63
To contribute with this method, see the following articles:
61
64
@@ -64,17 +67,7 @@ To contribute with this method, see the following articles:
64
67
-[Set up a Git repository locally](/contribute/get-started-setup-local)
65
68
-[Use tools to contribute](/contribute/how-to-write-workflows-major)
66
69
67
-
If you submit a pull request with significant changes to documentation, you get a comment in GitHub asking you to submit an online **Contribution License Agreement (CLA)**. You must complete the online form before your pull request can be accepted.
68
-
69
-
## Recognition
70
-
71
-
If your changes are accepted, you're recognized as a contributor at the top of the article.
72
-
73
-
:::image type="content" source="media/sql-server-docs-contribute/contribution-recognition-step-1.png" alt-text="Screenshot of Content contribution recognition under article heading." lightbox="media/sql-server-docs-contribute/contribution-recognition-step-1.png":::
74
-
75
-
Select the contributors link, and you can see the list of contributors in more detail.
76
-
77
-
:::image type="content" source="media/sql-server-docs-contribute/contribution-recognition-step-2.png" alt-text="Screenshot of Content contribution recognition dialog.":::
70
+
If you submit a pull request with significant changes to documentation, you receive a comment in GitHub that asks you to submit an online **Contribution License Agreement (CLA)**. You must complete the online form before your pull request can be accepted.
78
71
79
72
## Overview: sql-docs repository
80
73
@@ -89,38 +82,17 @@ The [sql-docs](https://github.com/MicrosoftDocs/sql-docs) repository uses severa
89
82
| --- | --- |
90
83
|[docs](https://github.com/MicrosoftDocs/sql-docs/tree/live/docs)| Contains all published SQL Server content. Subfolders logically organize different areas of the content. |
91
84
|[docs/includes](https://github.com/MicrosoftDocs/sql-docs/tree/live/docs/includes)| Contains include files. These files are blocks of content that can be included in one or more other articles. |
92
-
|`./media`| Each folder can have one `media` subfolder for article images. The `media` folder in turn has subfolders with the same name as the articles that the image appears in. Images should be `.png` files with all lower case letters and no spaces. |
85
+
|`./media`| Each folder can have one `media` subfolder for article images. The `media` folder in turn has subfolders with the same name as the articles that the image appears in. Images should be `.png` files with all lowercase letters and no spaces. |
93
86
|`TOC.yml`| A table-of-contents file. Each subfolder has the option of using one `TOC.yml` file. |
94
87
95
-
#### Applies-to includes
96
-
97
-
Each SQL Server article contains an `applies-to` include file after the title. This indicates what areas or versions of SQL Server the article applies to.
98
-
99
-
Consider the following Markdown example that pulls in the `applies-to-version/sql-asdb-asdbmi-asa-pdw-fabricsqldb.md` include file.
100
-
101
-
```md
102
-
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW) SQL database in Microsoft Fabric](../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw-fabricsqldb.md)]
103
-
```
104
-
105
-
This adds the following text to the top of the article:
106
-
107
-
:::image type="content" source="media/sql-server-docs-contribute/applies-to.png" alt-text="Screenshot of Applies to text." lightbox="media/sql-server-docs-contribute/applies-to.png":::
108
-
109
-
To find the correct applies-to include file for your article, use the following tips:
110
-
111
-
- For a list of commonly used includes, see [SQL Server include files for versioning and applies-to](applies-to-includes.md).
112
-
- Look at other articles that cover the same feature or a related task. If you edit that article, you can copy the Markdown for the applies-to include link (you can cancel the edit without submitting it).
113
-
- Search the [docs/includes](https://github.com/MicrosoftDocs/sql-docs/tree/live/docs/includes) directory for files containing the text `applies-to`. You can use the **Find** button in GitHub to quickly filter. Select the file to see how it renders.
114
-
- Some includes specify a version number, such as `sql-asdbmi-asa-pdw.md`. Only use this kind of include file when you know the feature was introduced with a specific version of SQL Server.
0 commit comments