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
Copy file name to clipboardExpand all lines: docs/2014/sql-server/install/configure-the-windows-firewall-to-allow-sql-server-access.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ manager: craigg
137
137
|[!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.|
138
138
|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 (Database Mirroring)](../../database-engine/database-mirroring/specify-a-server-network-address-database-mirroring.md).|
139
139
|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).|
141
141
142
142
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).
143
143
@@ -318,5 +318,3 @@ manager: craigg
318
318
319
319
## See Also
320
320
[Service overview and network port requirements for the Windows Server system](https://support.microsoft.com/kb/832017)
-[Extended System Support](hardware-and-software-requirements-for-installing-sql-server.md#ess)
84
84
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)
86
86
87
87
-[Storage Types for Data Files](hardware-and-software-requirements-for-installing-sql-server.md#StorageTypes)
88
88
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)
90
90
91
91
## <aname="hwswr"></a> Hardware and Software Requirements
92
92
The following requirements apply to all [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] installations:
@@ -97,7 +97,7 @@ manager: craigg
97
97
|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.|
98
98
|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).|
99
99
|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).|
101
101
|Drive|A DVD drive, as appropriate, is required for installation from disc.|
102
102
|Monitor|[!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] requires Super-VGA (800x600) or higher resolution monitor.|
103
103
|Internet|Internet functionality requires Internet access (fees may apply).|
@@ -148,11 +148,11 @@ Installing [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] on Server Core
148
148
149
149
The [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] editions are classified into the following:
150
150
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)
152
152
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)
154
154
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)
156
156
157
157
### <aname="TOP_Principal"></a> Principal Editions Operating Systems requirements
158
158
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
243
243
[Planning a SQL Server Installation](planning-a-sql-server-installation.md)
244
244
[Security Considerations for a SQL Server Installation](security-considerations-for-a-sql-server-installation.md)
245
245
[Product Specifications for SQL Server 2014](../../getting-started/sql-server-2014-product-specifications.md)
|**[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. |
34
39
|**[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. |
36
41
|| 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. |
37
42
|| Microsoft Python Open |[SPO_9.2.0.24_1033.cab](https://go.microsoft.com/fwlink/?LinkId=851502)| No change from previous versions. |
38
43
|| 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
65
70
|| Microsoft R Open |[SRO_3.3.3.300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=863894)|
66
71
|| R Server |[SRS_9.2.0.300_1033.cab](https://go.microsoft.com/fwlink/?LinkId=863893)|
67
72
|| 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).
69
74
|**[SQL Server 2017 CU1](https://support.microsoft.com/help/4038634)-[CU2](https://support.microsoft.com/help/4052574)**||||
70
75
|| Microsoft R Open |[SRO_3.3.3.24_1033.cab](https://go.microsoft.com/fwlink/?LinkId=851496)| No change from previous versions. |
71
76
|| 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
86
91
87
92
|Release |Download link |
88
93
|---------|---------------|
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**|
90
98
|Microsoft R Open |[SRO_3.2.2.16000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=836819)|
91
99
|Microsoft R Server |[SRS_8.0.3.20000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=866038)|
92
-
|**SQL Server 2016 SP1 CU4-CU10**|
93
100
|**SQL Server 2016 SP2**|
94
101
|Microsoft R Open |[SRO_3.2.2.16000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=836819)|
95
102
|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**|
97
107
|Microsoft R Open |[SRO_3.2.2.16000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=836819)|
98
108
|Microsoft R Server |[SRS_8.0.3.16000_1033.cab](https://go.microsoft.com/fwlink/?LinkId=836818)|
0 commit comments