Skip to content

Commit b5bd5a7

Browse files
authored
Merge pull request #10587 from MightyPen/june05b
More 1552923 fixes of Metadata. 3. For Megan Bradley.
2 parents 6176d1d + 647e24e commit b5bd5a7

8 files changed

Lines changed: 29 additions & 23 deletions

docs/odbc/reference/appendixes/retrieve-numeric-data-sql-numeric-struct-kb222831.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.custom: ""
1010
ms.date: "07/13/2017"
1111
ms.author: genemi
12-
authors: MightyPen
12+
author: MightyPen
1313
manager: craigg
1414
---
1515
# Retrieve numeric data with SQL\_NUMERIC\_STRUCT
@@ -29,7 +29,7 @@ The article [C Data Types](c-data-types.md) provides more information about the
2929
The SQL\_NUMERIC\_STRUCT is defined in the sqltypes.h header file as follows:
3030

3131

32-
``` C
32+
```c
3333
#define SQL_MAX_NUMERIC_LEN 16
3434
typedef struct tagSQL_NUMERIC_STRUCT
3535
{
@@ -58,7 +58,7 @@ This code sample shows you how to:
5858
>
5959
> Microsoft provides these code samples "as is" without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
6060
61-
``` C
61+
```c
6262
#include <stdio.h>
6363
#include <string.h>
6464
#include <conio.h>
@@ -211,7 +211,7 @@ while((retcode =SQLFetch(hstmt1)) != SQL_NO_DATA)
211211
### Interim results:
212212

213213

214-
```
214+
```console
215215
// C ==> 12 * 1 = 12
216216
// 7 ==> 07 * 16 = 112
217217
// 2 ==> 02 * 256 = 512
@@ -234,7 +234,7 @@ Now the challenge is to construct the scaled integer out of this string array. E
234234
Code that implements the conversion from little endian mode to the scaled integer. It is up to the application developer to implement this functionality. The following code example is just one of the many possible ways.
235235

236236

237-
``` C
237+
```c
238238
long strtohextoval()
239239
{
240240
long val=0,value=0;
@@ -277,7 +277,7 @@ The following sample program illustrates the use of SQL\_C\_NUMERIC, by insertin
277277
The ODBC driver you use to run this program must support ODBC 3.0 functionality.
278278

279279

280-
``` C
280+
```c
281281
#include <windows.h>
282282
#include <sql.h>
283283
#include <sqlext.h>

docs/relational-databases/blob/enable-and-configure-filestream.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ ms.topic: conceptual
99
helpviewer_keywords:
1010
- "FILESTREAM [SQL Server], enabling"
1111
ms.assetid: 78737e19-c65b-48d9-8fa9-aa6f1e1bce73
12-
manager: craigg
12+
author: MikeRayMSFT
13+
ms.author: mikeray
14+
manager: jroth
1315
---
1416
# Enable and configure FILESTREAM
17+
1518
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
1619
Before you can start to use FILESTREAM, you must enable FILESTREAM on the instance of the [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)]. This topic describes how to enable FILESTREAM by using SQL Server Configuration Manager.
1720

@@ -74,6 +77,7 @@ manager: craigg
7477
|RAID 5|Normal|Normal|Excellent|Performance is better than one disk or JBOD; and less than RAID 0 or RAID 5 with striping.|
7578
|RAID 0|Excellent|Excellent|None||
7679
|RAID 5 + striping|Excellent|Excellent|Excellent|Most expensive option.|
80+
| &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; |
7781

7882

7983
### <a name="database"></a> Physical database design

docs/relational-databases/system-catalog-views/sql-data-warehouse-and-parallel-data-warehouse-catalog-views.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ ms.topic: "language-reference"
88
dev_langs:
99
- "TSQL"
1010
ms.assetid: ef6f58e2-0162-4bb2-951a-a786da7453e4
11-
aauthor: ronortloff
12-
ms.author: rortloff
13-
manager: craigg
11+
aauthor: julieMSFT
12+
ms.author: jrasnick
13+
manager: jroth
1414
monikerRange: ">= aps-pdw-2016 || = azure-sqldw-latest || = sqlallproducts-allversions"
1515
---
1616
# SQL Data Warehouse and Parallel Data Warehouse Catalog Views
17+
1718
[!INCLUDE[tsql-appliesto-xxxxxx-xxxx-asdw-pdw-md](../../includes/tsql-appliesto-xxxxxx-xxxx-asdw-pdw-md.md)]
1819

1920
This topic lists the [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] catalog views.

docs/relational-databases/system-catalog-views/sys-fulltext-index-columns-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ helpviewer_keywords:
1818
- "sys.fulltext_index_columns catalog view"
1919
- "full-text indexes [SQL Server], properties"
2020
ms.assetid: c34b8625-e53c-4281-ace6-d46230d5cb84
21-
aauthor: pmasl
21+
author: pmasl
2222
ms.author: pelopes
2323
ms.reviewer: mikeray
24-
manager: craigg
24+
manager: jroth
2525
monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
2626
---
2727
# sys.fulltext_index_columns (Transact-SQL)
28+
2829
[!INCLUDE[tsql-appliesto-ss2008-asdb-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-asdb-xxxx-xxx-md.md)]
2930

3031
Contains a row for each column that is part of a full-text index.

docs/relational-databases/system-dynamic-management-views/sys-dm-db-page-info-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ dev_langs:
1616
- "TSQL"
1717
helpviewer_keywords:
1818
- "sys.dm_db_page_info dynamic management view"
19-
author: ""
19+
author: bluefooted
2020
ms.author: "pamela"
2121
manager: "amitban"
2222
monikerRange: ">=sql-server-ver15||=sqlallproducts-allversions"
2323
---
2424
# sys.dm_db_page_info (Transact-SQL)
25+
2526
[!INCLUDE[tsql-appliesto-ssver15-xxxx-xxxx-xxx](../../includes/tsql-appliesto-ssver15-xxxx-xxxx-xxx.md)]
2627

2728
Returns information about a page in a database. The function returns one row that contains the header information from the page, including the `object_id`, `index_id`, and `partition_id`. This function replaces the need to use `DBCC PAGE` in most cases.

docs/relational-databases/system-dynamic-management-views/sys-dm-fts-parser-transact-sql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ helpviewer_keywords:
1616
- "sys.dm_fts_parser dynamic management function"
1717
- "troubleshooting [SQL Server], full-text search"
1818
ms.assetid: 2736d376-fb9d-4b28-93ef-472b7a27623a
19-
auauthor: pmasl
19+
author: pmasl
2020
ms.author: pelopes
2121
ms.reviewer: mikeray
2222
manager: craigg
2323
---
2424
# sys.dm_fts_parser (Transact-SQL)
25+
2526
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]
2627

2728
Returns the final tokenization result after applying a given [word breaker](../../relational-databases/search/configure-and-manage-word-breakers-and-stemmers-for-search.md), [thesaurus](../../relational-databases/search/configure-and-manage-thesaurus-files-for-full-text-search.md), and [stoplist](../../relational-databases/search/configure-and-manage-stopwords-and-stoplists-for-full-text-search.md) combination to a query string input. The tokenization result is equivalent to the output of the Full-Text Engine for the specified query string.
@@ -31,7 +32,6 @@ manager: craigg
3132
## Syntax
3233

3334
```
34-
3535
sys.dm_fts_parser('query_string', lcid, stoplist_id, accent_sensitivity)
3636
```
3737

@@ -130,7 +130,7 @@ sys.dm_fts_parser('query_string', lcid, stoplist_id, accent_sensitivity)
130130
131131
Accent sensitivity is disabled.
132132
133-
```
133+
```sql
134134
SELECT * FROM sys.dm_fts_parser (' "The Microsoft business analysis" ', 1033, 0, 0);
135135
```
136136

@@ -141,7 +141,7 @@ SELECT * FROM sys.dm_fts_parser (' "The Microsoft business analysis" ', 1033, 0,
141141

142142
Accent sensitivity is disabled.
143143

144-
```
144+
```sql
145145
SELECT * FROM sys.dm_fts_parser (' "The Microsoft business analysis" OR " MS revenue" ', 1033, 77, 0);
146146
```
147147

@@ -152,7 +152,7 @@ SELECT * FROM sys.dm_fts_parser (' "The Microsoft business analysis" OR " MS re
152152

153153
The example specifies the LCID for the French language, `1036`, and the ID of a user-defined stoplist, `5`. Accent sensitivity is enabled.
154154

155-
```
155+
```sql
156156
SELECT * FROM sys.dm_fts_parser(N'français', 1036, 5, 1);
157157
```
158158

docs/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-data-collection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Data collection in ReportViewer Control 2016
33
uthor: markingmyname
4+
author: maggiesMSFT
45
ms.author: maggies
56
manager: kfile
67
ms.reviewer: ""
@@ -11,7 +12,6 @@ ms.topic: reference
1112
ms.custom: ""
1213
ms.date: 09/18/2018
1314
---
14-
1515
# Integrating Reporting Services Using ReportViewer Controls - Data Collection
1616

1717
Anonymous usage data is collected by the control to better understand how customers make use of the product. Usage data enables future development to be focused on improvements that are most relevant to customers.
@@ -22,14 +22,14 @@ An explanation of the data collection and usage practices of Microsoft SQL Serve
2222

2323
Collection of usage data can be disabled through the ```EnableTelemetry``` property.
2424

25-
```
25+
```xml
2626
<rsweb:ReportViewer ID="ReportViewer1" runat="server" EnableTelemetry="false">
2727
</rsweb:ReportViewer>
2828
```
2929

3030
Or pragmatically before the control is rendered.
3131

32-
```
32+
```csharp
3333
protected void Page_Load(object sender, EventArgs e)
3434
{
3535
ReportViewer1.EnableTelemetry = false;

docs/reporting-services/application-integration/reportviewer-controls-support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Support for Report Viewer current branch versions
3-
uthor: markingmyname
3+
author: maggiesMSFT
44
ms.author: maggies
55
manager: kfile
66
ms.reviewer: jonhp
@@ -11,7 +11,6 @@ ms.topic: reference
1111
ms.custom: ""
1212
ms.date: 01/09/2019
1313
---
14-
1514
# Support for Report Viewer current branch versions
1615

1716
**_Applies to: Microsoft Report Viewer versions 150.900.148 and later_**

0 commit comments

Comments
 (0)