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
**For downloading distributive for SQL Server 2008 R2 and SQL Server 2008 you must have MSDN subscription, see [Install 2008 R2] and [Install 2008] links.**
SHA1 hash you can easy get with default Windows utility [certutil](https://technet.microsoft.com/en-us/library/cc732443.aspx'certutil TECHNET description').
157
+
SHA1 hash you can easy get with default Windows utility [certutil](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/certutil'certutil Microsoft docs').
158
158
159
159
For example, for single file:
160
160
```bat
@@ -168,27 +168,27 @@ FOR /R "d:\SQL Server" %I IN (*.exe) DO certUtil -hashfile "%I" sha1
168
168
169
169
Alternative download link for all English x64 distributives: https://rebrand.ly/sql-server-distribs
170
170
171
-
| Direct x64 Download Link | File Name | Release Date | Build Number | Size, MB | SHA1 |
**For downloading distributive for SQL Server 2008 R2 and SQL Server 2008 you must have MSDN subscription, see [Install 2008 R2] and [Install 2008] links.**
190
190
191
-
[SQL Server 2017]:http://care.dlservice.microsoft.com/dl/download/6/2/1/621495E3-D833-48E9-B107-E3983C59F53B/SQLServer2017CTP2.1-x64-ENU.iso
191
+
[SQL Server 2017]:http://care.dlservice.microsoft.com/dl/download/1/A/9/1A9779E5-80DB-4650-BAB9-1C2C8C070A30/SQLServer2017RC1-x64-ENU.iso
192
192
[SQL Server 2016]:http://care.dlservice.microsoft.com/dl/download/F/E/9/FE9397FA-BFAB-4ADD-8B97-91234BC774B2/SQLServer2016-x64-ENU.iso
193
193
[SQL Server 2016 SP1]:https://download.microsoft.com/download/3/0/D/30D3ECDD-AC0B-45B5-B8B9-C90E228BD3E5/ENU/SQLServer2016SP1-KB3182545-x64-ENU.exe
194
194
[SQL Server 2016 SP1 KB4019916]:https://download.microsoft.com/download/D/3/3/D33543E3-770F-4053-AE0F-A883696668FF/SQL16SP1CU3/x64/SQLServer2016-KB4019916-x64.exe
@@ -305,7 +305,7 @@ The database version is a number stamped in the boot page of a database that ind
305
305
The database version is an internal versioning system that defines what version of SQL Server the database was a recent resident of.
306
306
If you migrate a database from an older version to a newer version, the database version value will be increased to reflect the version number of the new server’s model database.
307
307
308
-
When you create a database, the database version is “stamped” with the same version as the **Model** database.
308
+
When you create a database, the database version is "stamped" with the same version as the **Model** database.
309
309
It is worth noting that if the **Model** database was originally created on a different server edition and then subsequently upgraded, you potentially could end up
310
310
with slightly different numbers than what you might expect.
311
311
As you upgrade the database to new SQL Server edition (you can not go backward) the version of the database increases.
| 14.0.500.272 | 2017.140.500.272 | CTP | CTP | Microsoft SQL Server vNext Community Technology Preview 2.0 (CTP2.0) | 2017-04-19 | 2017-04-13 | 1721 |
448
-
| 14.0.405.198 | 2017.140.405.198 | CTP | CTP | Microsoft SQL Server vNext Community Technology Preview 1.4 (CTP1.4) | 2017-03-17 | 2017-03-11 | 2001 |
449
-
| 14.0.304.138 | 2016.140.304.138 | CTP | CTP | Microsoft SQL Server vNext Community Technology Preview 1.3 (CTP1.3) | 2017-02-17 | 2017-02-14 | 1978 |
450
-
| 14.0.200.24 | 2016.140.200.24 | CTP | CTP | Microsoft SQL Server vNext Community Technology Preview 1.2 (CTP1.2) | 2017-01-18 | 2017-01-11 | 1975 |
451
-
| 14.0.100.187 | 2016.140.100.187 | CTP | CTP | Microsoft SQL Server vNext Community Technology Preview 1.1 (CTP1.1) | 2016-12-16 | 2016-12-11 | 1975 |
452
-
| 14.0.1.246 | 2016.140.1.246 | CTP | CTP | Microsoft SQL Server vNext Community Technology Preview 1 (CTP1) | 2016-11-16 | 2016-11-02 | 1983 |
453
-
454
-
[Microsoft SQL Server 2017 Community Technology Preview 2.1 (CTP2.1)]:https://www.microsoft.com/en-us/sql-server/sql-server-vnext-including-Linux#resources
444
+
| Build | File version | Branch | Type | KB / Description | Release Date | Build Date | Size, Mb |
0 commit comments