Merge pull request #4291 from intothedarkness/patch-12

add new support for SQL server 2016 sp2 and SQL 2017
This commit is contained in:
Dani Halfin 2019-07-01 10:32:41 -07:00 committed by GitHub
commit faef6ebb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,11 +118,21 @@ The following table lists the SQL Server versions that are supported for the App
</thead> </thead>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td align="left"><p>Microsoft SQL Server 2014</p></td> <td align="left"><p>Microsoft SQL Server 2017</p></td>
<td align="left"><p></p></td> <td align="left"><p></p></td>
<td align="left"><p>32-bit or 64-bit</p></td> <td align="left"><p>32-bit or 64-bit</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td align="left"><p>Microsoft SQL Server 2016</p></td>
<td align="left"><p>SP2</p></td>
<td align="left"><p>32-bit or 64-bit</p></td>
</tr>
<tr class="odd">
<td align="left"><p>Microsoft SQL Server 2014</p></td>
<td align="left"><p>SP2</p></td>
<td align="left"><p>32-bit or 64-bit</p></td>
</tr>
<tr class="even">
<td align="left"><p>Microsoft SQL Server 2012</p></td> <td align="left"><p>Microsoft SQL Server 2012</p></td>
<td align="left"><p>SP2</p></td> <td align="left"><p>SP2</p></td>
<td align="left"><p>32-bit or 64-bit</p></td> <td align="left"><p>32-bit or 64-bit</p></td>
@ -262,11 +272,21 @@ The following table lists the SQL Server versions that are supported for the App
</thead> </thead>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td align="left"><p>Microsoft SQL Server 2014</p></td> <td align="left"><p>Microsoft SQL Server 2017</p></td>
<td align="left"><p></p></td> <td align="left"><p></p></td>
<td align="left"><p>32-bit or 64-bit</p></td> <td align="left"><p>32-bit or 64-bit</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td align="left"><p>Microsoft SQL Server 2016</p></td>
<td align="left"><p>SP2</p></td>
<td align="left"><p>32-bit or 64-bit</p></td>
</tr>
<tr class="odd">
<td align="left"><p>Microsoft SQL Server 2014</p></td>
<td align="left"><p>SP2</p></td>
<td align="left"><p>32-bit or 64-bit</p></td>
</tr>
<tr class="even">
<td align="left"><p>Microsoft SQL Server 2012</p></td> <td align="left"><p>Microsoft SQL Server 2012</p></td>
<td align="left"><p>SP2</p></td> <td align="left"><p>SP2</p></td>
<td align="left"><p>32-bit or 64-bit</p></td> <td align="left"><p>32-bit or 64-bit</p></td>