Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 46df88a

Browse files
committed
1750982, fixed column header missing suggestions.
1 parent faeca73 commit 46df88a

12 files changed

Lines changed: 374 additions & 140 deletions

docs/relational-databases/system-stored-procedures/sql-server-profiler-stored-procedures-transact-sql.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,22 @@ ms.author: carlrab
2323
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2424

2525
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] supports the following system stored procedures that are used by [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] to monitor performance and activity.
26-
27-
|||
28-
|-|-|
29-
|[sp_trace_create](../../relational-databases/system-stored-procedures/sp-trace-create-transact-sql.md)|[sp_trace_setfilter](../../relational-databases/system-stored-procedures/sp-trace-setfilter-transact-sql.md)|
30-
|[sp_trace_generateevent](../../relational-databases/system-stored-procedures/sp-trace-generateevent-transact-sql.md)|[sp_trace_setstatus](../../relational-databases/system-stored-procedures/sp-trace-setstatus-transact-sql.md)|
31-
|[sp_trace_setevent](../../relational-databases/system-stored-procedures/sp-trace-setevent-transact-sql.md)||
32-
26+
27+
:::row:::
28+
:::column:::
29+
[sp_trace_create](../../relational-databases/system-stored-procedures/sp-trace-create-transact-sql.md)
30+
31+
[sp_trace_generateevent](../../relational-databases/system-stored-procedures/sp-trace-generateevent-transact-sql.md)
32+
33+
[sp_trace_setevent](../../relational-databases/system-stored-procedures/sp-trace-setevent-transact-sql.md)
34+
:::column-end:::
35+
:::column:::
36+
[sp_trace_setfilter](../../relational-databases/system-stored-procedures/sp-trace-setfilter-transact-sql.md)
37+
38+
[sp_trace_setstatus](../../relational-databases/system-stored-procedures/sp-trace-setstatus-transact-sql.md)
39+
:::column-end:::
40+
:::row-end:::
41+
3342
For an example of using trace stored procedures, see [Create a Trace (Transact-SQL)](../../relational-databases/sql-trace/create-a-trace-transact-sql.md).
3443

3544
## See Also

docs/relational-databases/system-stored-procedures/sysmail-configure-sp-transact-sql.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ sysmail_configure_sp [ [ @parameter_name = ] 'parameter_name' ]
5353
## Remarks
5454
Database Mail uses the following parameters:
5555

56-
||||
57-
|-|-|-|
58-
|Parameter name|Description|Default Value|
56+
| Parameter name | Description | Default value |
57+
| -------------- | ----------- | ------------- |
5958
|*AccountRetryAttempts*|The number of times that the external mail process attempts to send the e-mail message using each account in the specified profile.|**1**|
6059
|*AccountRetryDelay*|The amount of time, in seconds, for the external mail process to wait between attempts to send a message.|**5000**|
6160
|*DatabaseMailExeMinimumLifeTime*|The minimum amount of time, in seconds, that the external mail process remains active. When Database Mail is sending many messages, increase this value to keep Database Mail active and avoid the overhead of frequent starts and stops.|**600**|

docs/relational-databases/system-stored-procedures/sysmail-help-account-sp-transact-sql.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ sysmail_help_account_sp [ [ @account_id = ] account_id | [ @account_name = ] 'ac
4545
## Result Sets
4646
Returns a result set containing the columns listed below.
4747

48-
||||
49-
|-|-|-|
50-
|Column name|Data type|Description|
48+
| Column name | Data type | Description |
49+
| ----------- | --------- | ----------- |
5150
|**account_id**|**int**|The ID of the account.|
5251
|**name**|**sysname**|The name of the account.|
5352
|**description**|**nvarchar(256)**|The description for the account.|

docs/relational-databases/system-stored-procedures/sysmail-help-configure-sp-transact-sql.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ sysmail_help_configure_sp [ [ @parameter_name = ] 'parameter_name' ]
4242
## Result Sets
4343
When no **\@parameter_name** is specified, returns a result set with the following columns.
4444

45-
||||
46-
|-|-|-|
47-
|Column name|Data type|Description|
45+
| Column name | Data type | Description |
46+
| ----------- | --------- | ----------- |
4847
|**paramname**|**nvarchar(256)**|The name of the configuration parameter.|
4948
|**paramvalue**|**nvarchar(256)**|The value of the configuration parameter.|
5049
|**description**|**nvarchar(256)**|A description of the configuration parameter.|

docs/relational-databases/system-stored-procedures/sysmail-help-principalprofile-sp-transact-sql.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ sysmail_help_principalprofile_sp [ { [ @principal_id = ] principal_id | [ @pri
5353
## Result Sets
5454
Returns a result set that contains the columns listed in the following table.
5555

56-
||||
57-
|-|-|-|
58-
|Column name|Data type|Description|
56+
| Column name | Data type | Description |
57+
| ----------- | --------- | ----------- |
5958
|**principal_id**|**int**|The ID of the database user.|
6059
|**principal_name**|**sysname**|The name of the database user.|
6160
|**profile_id**|**int**|The ID number of the Database Mail profile.|

docs/relational-databases/system-stored-procedures/sysmail-help-profile-sp-transact-sql.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ sysmail_help_profile_sp [ [ @profile_id = ] profile_id | [ @profile_name = ]
4545
## Result Sets
4646
Returns a result set with the following columns.
4747

48-
||||
49-
|-|-|-|
50-
|Column name|Data type|Description|
48+
| Column name | Data type | Description |
49+
| ----------- | --------- | ----------- |
5150
|**profile_id**|**int**|The profile id for the profile.|
5251
|**name**|**sysname**|The profile name for the profile.|
5352
|**description**|**nvarchar(256)**|The description for the profile.|

docs/relational-databases/system-stored-procedures/sysmail-help-profileaccount-sp-transact-sql.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ sysmail_help_profileaccount_sp
5555
## Result Sets
5656
Returns a result set with the following columns.
5757

58-
||||
59-
|-|-|-|
60-
|Column name|Data type|Description|
58+
| Column name | Data type | Description |
59+
| ----------- | --------- | ----------- |
6160
|**profile_id**|**int**|The profile ID of the profile.|
6261
|**profile_name**|**sysname**|The name of the profile.|
6362
|**account_id**|**int**|The account ID of the account.|

docs/relational-databases/system-stored-procedures/xml-stored-procedures-transact-sql.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ ms.author: carlrab
2020
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2121

2222
[!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] supports the following system stored procedures that are used for XML text management.
23-
24-
|||
25-
|-|-|
26-
|[sp_xml_preparedocument](../../relational-databases/system-stored-procedures/sp-xml-preparedocument-transact-sql.md)|[sp_xml_removedocument](../../relational-databases/system-stored-procedures/sp-xml-removedocument-transact-sql.md)|
23+
24+
:::row:::
25+
:::column:::
26+
[sp_xml_preparedocument](../../relational-databases/system-stored-procedures/sp-xml-preparedocument-transact-sql.md)
27+
:::column-end:::
28+
:::column:::
29+
[sp_xml_removedocument](../../relational-databases/system-stored-procedures/sp-xml-removedocument-transact-sql.md)
30+
:::column-end:::
31+
:::row-end:::
2732

2833
## See Also
2934
[System Stored Procedures (Transact-SQL)](../../relational-databases/system-stored-procedures/system-stored-procedures-transact-sql.md)

docs/relational-databases/system-tables/data-tier-application-tables-sysdac-history-internal.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ ms.author: carlrab
4848
## Remarks
4949
DAC management actions, such as deploying or deleting a DAC, generate multiple steps. Each action is assigned an action identifier. Each step is assigned a sequence number and a row in **sysdac_history_internal**, where the status of the step is recorded. Each row is created when the action step starts, and is updated as needed to reflect the status of the operation. For example, a deploy DAC action could be assigned **action_id** 12 and get four rows in **sysdac_history_internal**:
5050

51-
|||||
52-
|-|-|-|-|
53-
|**action_id**|**sequence_id**|**action_type_name**|**dac_object_type_name**|
51+
| action_id | sequence_id | action_type_name | dac_object_type_name |
52+
| --------- | ----------- | ---------------- | -------------------- |
5453
|12|0|create|dacpac|
5554
|12|1|create|login|
5655
|12|2|create|database|

0 commit comments

Comments
 (0)