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

Commit 15b9ecd

Browse files
committed
2 parents 5c9c96c + 60986c1 commit 15b9ecd

100 files changed

Lines changed: 4125 additions & 3903 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,6 +2202,11 @@
22022202
"redirect_url": "/sql/connect/odbc/linux-mac/connecting-with-bcp",
22032203
"redirect_document_id": false
22042204
},
2205+
{
2206+
"source_path": "docs/connect/odbc/windows/release-notes.md",
2207+
"redirect_url": "/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows",
2208+
"redirect_document_id": true
2209+
},
22052210
{
22062211
"source_path": "docs/connect/odbc/windows/using-transparent-network-ip-resolution.md",
22072212
"redirect_url": "/sql/connect/odbc/using-transparent-network-ip-resolution",

docs/2014/sql-server/install/configure-the-windows-firewall-to-allow-sql-server-access.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ manager: craigg
137137
|[!INCLUDE[ssSB](../../includes/sssb-md.md)]|TCP port 4022. To verify the port used, execute the following query:<br /><br /> `SELECT name, protocol_desc, port, state_desc`<br /><br /> `FROM sys.tcp_endpoints`<br /><br /> `WHERE type_desc = 'SERVICE_BROKER'`|There is no default port for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)][!INCLUDE[ssSB](../../includes/sssb-md.md)], but this is the conventional configuration used in Books Online examples.|
138138
|Database Mirroring|Administrator chosen port. To determine the port, execute the following query:<br /><br /> `SELECT name, protocol_desc, port, state_desc FROM sys.tcp_endpoints`<br /><br /> `WHERE type_desc = 'DATABASE_MIRRORING'`|There is no default port for database mirroring however Books Online examples use TCP port 7022. It is very important to avoid interrupting an in-use mirroring endpoint, especially in high-safety mode with automatic failover. Your firewall configuration must avoid breaking quorum. For more information, see [Specify a Server Network Address &#40;Database Mirroring&#41;](../../database-engine/database-mirroring/specify-a-server-network-address-database-mirroring.md).|
139139
|Replication|Replication connections to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] use the typical regular [!INCLUDE[ssDE](../../includes/ssde-md.md)] ports (TCP port 1433 for the default instance, etc.)<br /><br /> Web synchronization and FTP/UNC access for replication snapshot require additional ports to be opened on the firewall. To transfer initial data and schema from one location to another, replication can use FTP (TCP port 21), or sync over HTTP (TCP port 80) or File Sharing. File sharing uses UDP port 137 and 138, and TCP port 139 if it using NetBIOS. File Sharing uses TCP port 445.|For sync over HTTP, replication uses the IIS endpoint (ports for which are configurable but is port 80 by default), but the IIS process connects to the backend [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] through the standard ports (1433 for the default instance.<br /><br /> During Web synchronization using FTP, the FTP transfer is between IIS and the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] publisher, not between subscriber and IIS.|
140-
|[!INCLUDE[tsql](../../includes/tsql-md.md)] debugger|TCP port 135<br /><br /> See [Special Considerations for Port 135](#BKMK_port_135)<br /><br /> The [IPsec](#BKMK_IPsec) exception might also be required.|If using [!INCLUDE[vsprvs](../../includes/vsprvs-md.md)], on the [!INCLUDE[vsprvs](../../includes/vsprvs-md.md)] host computer, you must also add **Devenv.exe** to the Exceptions list and open TCP port 135.<br /><br /> If using [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)], on the [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)] host computer, you must also add **ssms.exe** to the Exceptions list and open TCP port 135. For more information, see [Configure the Transact-SQL Debugger](../../relational-databases/scripting/configure-firewall-rules-before-running-the-tsql-debugger.md).|
140+
|[!INCLUDE[tsql](../../includes/tsql-md.md)] debugger|TCP port 135<br /><br /> See [Special Considerations for Port 135](#BKMK_port_135)<br /><br /> The [IPsec](#BKMK_additional_ports) exception might also be required.|If using [!INCLUDE[vsprvs](../../includes/vsprvs-md.md)], on the [!INCLUDE[vsprvs](../../includes/vsprvs-md.md)] host computer, you must also add **Devenv.exe** to the Exceptions list and open TCP port 135.<br /><br /> If using [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)], on the [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)] host computer, you must also add **ssms.exe** to the Exceptions list and open TCP port 135. For more information, see [Configure the Transact-SQL Debugger](../../relational-databases/scripting/configure-firewall-rules-before-running-the-tsql-debugger.md).|
141141
142142
For step by step instructions to configure the Windows Firewall for the [!INCLUDE[ssDE](../../includes/ssde-md.md)], see [Configure a Windows Firewall for Database Engine Access](../../database-engine/configure-windows/configure-a-windows-firewall-for-database-engine-access.md).
143143
@@ -318,5 +318,3 @@ manager: craigg
318318
319319
## See Also
320320
[Service overview and network port requirements for the Windows Server system](https://support.microsoft.com/kb/832017)
321-
322-

docs/2014/sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ manager: craigg
7878

7979
- [Processor, Memory, and Operating System Requirements](hardware-and-software-requirements-for-installing-sql-server.md#pmosr)
8080

81-
- [Cross-Language Support](hardware-and-software-requirements-for-installing-sql-server.md#crosslanguagesupport)
81+
- [Cross-Language Support](hardware-and-software-requirements-for-installing-sql-server.md#CrossLanguageSupport)
8282

8383
- [Extended System Support](hardware-and-software-requirements-for-installing-sql-server.md#ess)
8484

85-
- [Hard Disk Space Requirements (32-Bit and 64 Bit)](hardware-and-software-requirements-for-installing-sql-server.md#harddiskspace)
85+
- [Hard Disk Space Requirements (32-Bit and 64 Bit)](hardware-and-software-requirements-for-installing-sql-server.md#HardDiskSpace)
8686

8787
- [Storage Types for Data Files](hardware-and-software-requirements-for-installing-sql-server.md#StorageTypes)
8888

89-
- [Installing SQL Server on a Domain Controller](hardware-and-software-requirements-for-installing-sql-server.md#dc_support)
89+
- [Installing SQL Server on a Domain Controller](hardware-and-software-requirements-for-installing-sql-server.md#DC_support)
9090

9191
## <a name="hwswr"></a> Hardware and Software Requirements
9292
The following requirements apply to all [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] installations:
@@ -97,7 +97,7 @@ manager: craigg
9797
|Windows PowerShell|[!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] does not install or enable Windows PowerShell 2.0; however Windows PowerShell 2.0 is an installation prerequisite for [!INCLUDE[ssDE](../../includes/ssde-md.md)] components and [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. If Setup reports that Windows PowerShell 2.0 is not present, you can install or enable it by following the instructions on the [Windows Management Framework](https://go.microsoft.com/fwlink/?LinkId=186214) page.|
9898
|Network Software|Supported operating systems for [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] have built-in network software. Named and default instances of a stand-alone installation support the following network protocols: Shared memory, Named Pipes, TCP/IP and VIA.<br /><br /> Note: VIA protocol is not supported on failover clusters. Clients or applications running on the same node of the failover cluster as the SQL Server instance, can use Shared Memory protocol to connect to SQL Server using its local pipe address. However this type of connection is not cluster-aware and will fail after an instance failover. It is therefore not recommended and should only be used in very specific scenarios. The VIA protocol is deprecated. [!INCLUDE[ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)]<br /><br /> For more information about Network Protocols and Network Libraries, see [Network Protocols and Network Libraries](network-protocols-and-network-libraries.md).|
9999
|Virtualization|[!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] is supported in virtual machine environments running on the Hyper-V role in:<br />-<br /> [!INCLUDE[nextref_longhorn](../../includes/nextref-longhorn-md.md)] SP2 Standard, Enterprise and Datacenter editions<br />-[!INCLUDE[winserver2008r2](../../includes/winserver2008r2-md.md)] SP1 Standard, Enterprise, and Datacenter editions.<br />-<br /> [!INCLUDE[win8srv](../../includes/win8srv-md.md)] Datacenter and Standard editions.<br /><br /> In addition to resources required by the parent partition, each virtual machine (child partition) must be provided with sufficient processor resources, memory, and disk resources for its [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] instance. Requirements are listed later in this topic.\*<br /><br /> Within the Hyper-V role on [!INCLUDE[nextref_longhorn](../../includes/nextref-longhorn-md.md)] SP2 or [!INCLUDE[winserver2008r2](../../includes/winserver2008r2-md.md)] SP1, a maximum of 4 (four) virtual processors can be allocated to virtual machines running [!INCLUDE[nextref_longhorn](../../includes/nextref-longhorn-md.md)] SP2 32-bit/64-bit or [!INCLUDE[winserver2008r2](../../includes/winserver2008r2-md.md)] SP1 64-bit or [!INCLUDE[win8srv](../../includes/win8srv-md.md)] 64-bit editions.<br /><br /> Within the Hyper-V role on [!INCLUDE[win8srv](../../includes/win8srv-md.md)]:<br />A maximum of 8 (eight) virtual processors can be allocated to virtual machines running [!INCLUDE[nextref_longhorn](../../includes/nextref-longhorn-md.md)] SP2 32-bit/64-bit.<br />A maximum of 64 (sixty-four) virtual processors can be allocated to virtual machines running [!INCLUDE[winserver2008r2](../../includes/winserver2008r2-md.md)] SP1 64-bit or [!INCLUDE[win8srv](../../includes/win8srv-md.md)] 64-bit editions.<br /><br /> For more information on compute capacity limits for different editions of [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] and how they differ in physical and virtualized environments with hyperthreaded processors, see [Compute Capacity Limits by Edition of SQL Server](../compute-capacity-limits-by-edition-of-sql-server.md). For more information about the Hyper-V role, see the [Windows Server 2008 Web site](https://go.microsoft.com/fwlink/?LinkId=182820).<br /><br /> **\*\* Important \*\*** Guest failover clustering is supported in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. For more information about the supported versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and operating systems for guest failover clustering, and the support for virtualization, see [Support policy for Microsoft SQL Server products running in a hardware virtual environment](https://go.microsoft.com/fwlink/?LinkId=151676).|
100-
|Hard Disk|[!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] requires a minimum of 6 GB of available hard-disk space.<br /><br /> Disk space requirements will vary with the [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] components you install. For more information, see [Hard Disk Space Requirements (32-Bit and 64 Bit)](hardware-and-software-requirements-for-installing-sql-server.md#harddiskspace) later in this topic. For information on supported storage types for data files, see [Storage Types for Data Files](hardware-and-software-requirements-for-installing-sql-server.md#StorageTypes).|
100+
|Hard Disk|[!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] requires a minimum of 6 GB of available hard-disk space.<br /><br /> Disk space requirements will vary with the [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] components you install. For more information, see [Hard Disk Space Requirements (32-Bit and 64 Bit)](hardware-and-software-requirements-for-installing-sql-server.md#HardDiskSpace) later in this topic. For information on supported storage types for data files, see [Storage Types for Data Files](hardware-and-software-requirements-for-installing-sql-server.md#StorageTypes).|
101101
|Drive|A DVD drive, as appropriate, is required for installation from disc.|
102102
|Monitor|[!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] requires Super-VGA (800x600) or higher resolution monitor.|
103103
|Internet|Internet functionality requires Internet access (fees may apply).|
@@ -148,11 +148,11 @@ Installing [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] on Server Core
148148

149149
The [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] editions are classified into the following:
150150

151-
- [Principal Editions of SQL Server 2014](hardware-and-software-requirements-for-installing-sql-server.md#top_principal)
151+
- [Principal Editions of SQL Server 2014](hardware-and-software-requirements-for-installing-sql-server.md#TOP_Principal)
152152

153-
- [Specialized Editions of SQL Server 2014](hardware-and-software-requirements-for-installing-sql-server.md#top_sp)
153+
- [Specialized Editions of SQL Server 2014](hardware-and-software-requirements-for-installing-sql-server.md#TOP_SP)
154154

155-
- [Breadth Editions of SQL Server 2014](hardware-and-software-requirements-for-installing-sql-server.md#top_breadth)
155+
- [Breadth Editions of SQL Server 2014](hardware-and-software-requirements-for-installing-sql-server.md#TOP_Breadth)
156156

157157
### <a name="TOP_Principal"></a> Principal Editions Operating Systems requirements
158158
The following table shows the operating system requirements for the principal editions of [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]:
@@ -243,5 +243,3 @@ Installing [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] on Server Core
243243
[Planning a SQL Server Installation](planning-a-sql-server-installation.md)
244244
[Security Considerations for a SQL Server Installation](security-considerations-for-a-sql-server-installation.md)
245245
[Product Specifications for SQL Server 2014](../../getting-started/sql-server-2014-product-specifications.md)
246-
247-

docs/advanced-analytics/install/sql-ml-cab-downloads.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: R and Python CAB and package downloads for SQL Server 2017 Machine
44
ms.prod: sql
55
ms.technology: machine-learning
66

7-
ms.date: 01/19/2019
7+
ms.date: 04/01/2019
88
ms.topic: conceptual
99
author: dphansen
1010
ms.author: davidph
@@ -31,8 +31,13 @@ CAB files are listed in reverse chronological order. When you download the CAB f
3131

3232
|Release |Component | Download link | Issues addressed |
3333
|---------|----------|----------------|------------------|
34+
|**[SQL Server 2017 CU14](https://support.microsoft.com/help/4484710/)** | | | |
35+
| | Microsoft R Open | [SRO_3.3.3.1400_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2073898&clcid=1033)| Binaries within the package are now signed. |
36+
| | R Server |[SRS_9.2.0.1400_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2069739&clcid=1033)| Binaries within the package are now signed. |
37+
| | Microsoft Python Open | [SPO_9.2.0.1400_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2073897&clcid=1033)| Binaries within the package are now signed. |
38+
| | Python Server |[SPS_9.2.0.1400_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2071421&clcid=1033)| Binaries within the package are now signed. |
3439
|**[SQL Server 2017 CU13](https://support.microsoft.com/help/4466404)** | | | |
35-
| | Microsoft R Open | [SRO_3.3.3.300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=863894)| No change from previous versions. |
40+
| | Microsoft R Open | [SRO_3.3.3.1300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=863894)| No change from previous versions. |
3641
| | R Server |[SRS_9.2.0.1300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2038263&clcid=1033)| Contains a fix for upgrading an [operationalized standalone R Server](https://docs.microsoft.com/machine-learning-server/what-is-operationalization), as installed through SQL Server Setup. Use the CU13 CABs and follow [these instructions](sql-machine-learning-standalone-windows-install.md#apply-cu) to apply the update. |
3742
| | Microsoft Python Open | [SPO_9.2.0.24_1033.cab](https://go.microsoft.com/fwlink/?LinkId=851502)| No change from previous versions. |
3843
| | Python Server |[SPS_9.2.0.1300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2038197&clcid=1033)| Contains a fix for upgrading an [operationalized standalone Python Server](https://docs.microsoft.com/machine-learning-server/what-is-operationalization), as installed through SQL Server Setup. Use the CU13 CABs and follow [these instructions](sql-machine-learning-standalone-windows-install.md#apply-cu) to apply the update. |
@@ -65,7 +70,7 @@ CAB files are listed in reverse chronological order. When you download the CAB f
6570
| | Microsoft R Open |[SRO_3.3.3.300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=863894)|
6671
| | R Server |[SRS_9.2.0.300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=863893)|
6772
| | Microsoft Python Open |[SPO_9.2.0.24_1033.cab](https://go.microsoft.com/fwlink/?LinkId=851502)| No change from previous versions. |
68-
| | Python Server |[SPS_9.2.0.300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=863892)| Python model serialization in revoscalepy, using the [rx_serialize_model function](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-serialize-model).<br/>[Native scoring](../sql-native-scoring.md) support, plus enhancements to [Realtime scoring](../real-time-scoring.md).
73+
| | Python Server |[SPS_9.2.0.300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=863892)| Python model serialization in revoscalepy, using the [rx_serialize_model function](https://docs.microsoft.com/machine-learning-server/python-reference/revoscalepy/rx-serialize-model).<br/>[Native scoring](../sql-native-scoring.md) support, plus enhancements to [real-time scoring](../real-time-scoring.md).
6974
|**[SQL Server 2017 CU1](https://support.microsoft.com/help/4038634)-[CU2](https://support.microsoft.com/help/4052574)** | | | |
7075
| | Microsoft R Open | [SRO_3.3.3.24_1033.cab](https://go.microsoft.com/fwlink/?LinkId=851496)| No change from previous versions. |
7176
| | R Server |[SRS_9.2.0.100_1033.cab](https://go.microsoft.com/fwlink/?LinkId=851501)|
@@ -86,14 +91,19 @@ For SQL Server 2016 R Services, baseline releases are either the RTM version or
8691

8792
|Release |Download link |
8893
|---------|---------------|
89-
|**SQL Server 2016 SP2 CU1-CU4** |
94+
|**SQL Server 2016 SP2 CU6** |
95+
|Microsoft R Open |[SRO_3.2.2.20100_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2079936&clcid=1033)|
96+
|Microsoft R Server |[SRS_8.0.3.20100_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2079933&clcid=1033)|
97+
|**SQL Server 2016 SP2 CU1-CU5** |
9098
|Microsoft R Open |[SRO_3.2.2.16000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=836819)|
9199
|Microsoft R Server |[SRS_8.0.3.20000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=866038)|
92-
|**SQL Server 2016 SP1 CU4-CU10** |
93100
|**SQL Server 2016 SP2** |
94101
|Microsoft R Open |[SRO_3.2.2.16000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=836819)|
95102
|Microsoft R Server |[SRS_8.0.3.17000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=850317)|
96-
|**SQL Server 2016 SP1 CU1-CU3** |
103+
|**SQL Server 2016 SP1 CU14** |
104+
|Microsoft R Open |[SRO_3.2.2.16100_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2080130&clcid=1033)|
105+
|Microsoft R Server |[SRS_8.0.3.17200_1033.cab](https://go.microsoft.com/fwlink/?LinkId=2079935&clcid=1033)|
106+
|**SQL Server 2016 SP1 CU1-CU13** |
97107
|Microsoft R Open |[SRO_3.2.2.16000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=836819)|
98108
|Microsoft R Server |[SRS_8.0.3.16000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=836818)|
99109
|**SQL Server 2016 SP1** |

0 commit comments

Comments
 (0)