Skip to content

Commit 35fcb70

Browse files
authored
Merge pull request #5453 from MicrosoftDocs/rothja-patch-7
Update openrowset-transact-sql.md
2 parents 302d76d + 3ffac8b commit 35fcb70

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/t-sql/functions/openrowset-transact-sql.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "OPENROWSET (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/09/2017"
4+
ms.date: "04/09/2018"
55
ms.prod: "sql-non-specified"
66
ms.prod_service: "sql-database"
77
ms.service: ""
@@ -127,7 +127,10 @@ Beginning with [!INCLUDE[ssSQLv14_md](../../includes/sssqlv14-md.md)] CTP 1.1, t
127127

128128
CODEPAGE = { 'ACP'| 'OEM'| 'RAW'| '*code_page*' }
129129
Specifies the code page of the data in the data file. CODEPAGE is relevant only if the data contains **char**, **varchar**, or **text** columns with character values more than 127 or less than 32.
130-
130+
131+
> [!IMPORTANT]
132+
> CODEPAGE is not a supported option on Linux.
133+
131134
> [!NOTE]
132135
> We recommend that you specify a collation name for each column in a format file, except when you want the 65001 option to have priority over the collation/code page specification.
133136

0 commit comments

Comments
 (0)