Skip to content

Commit b2f7b0d

Browse files
committed
Update for CTP 2.1
1 parent 2421c4a commit b2f7b0d

2 files changed

Lines changed: 8 additions & 23 deletions

File tree

docs/sql-server/sql-server-ver15-release-notes.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -125,25 +125,25 @@ Limited support may be found at one of the following locations:
125125

126126
- **Applies to**: [!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)] CTP 2.1, CTP 2.0.
127127

128-
## CTP 2.0 (September 2018)
129-
130-
[!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)] CTP 2.0 is the first public release of [!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)].
131-
132128
### SQL Graph
133129

134130
- **Issue and customer impact**: Tools that are dependent on DacFx like import-export, will not work for the new graph features - Edge Constraints or Merge DML. Scripting in [!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)] may not work.
135131

136132
- **Workaround**: Writing [!INCLUDE[tsql](../includes/tsql-md.md)] scripts and running them against the server using [!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)] or SQLCMD will work. Exporting or Importing database objects that create Edge constraints, have the new merge DML syntax, or create derived tables/views on graph objects will not work. Users will have to manually create such objects in their database using [!INCLUDE[tsql](../includes/tsql-md.md)] scripts.
137133

138-
- **Applies to**: [!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)] CTP 2.0.
134+
- **Applies to**: [!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)] CTP 2.1, 2.0.
139135

140136
### Always Encrypted with secure enclaves
141137

142138
- **Issue and customer impact**: Rich computations are pending several performance optimizations, include limited functionality (no indexing, etc.), and are currently disabled by default.
143139

144140
- **Workaround**: To enable rich computations, run `DBCC traceon(127,-1)`. For details, see [Enable rich computations](../relational-databases/security/encryption/configure-always-encrypted-enclaves.md#configure-a-secure-enclave).
145141

146-
- **Applies to**: [!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)] CTP 2.0.
142+
- **Applies to**: [!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)] CTP 2.1, 2.0.
143+
144+
## CTP 2.0 (September 2018)
145+
146+
[!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)] CTP 2.0 is the first public release of [!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)].
147147

148148
### SQL Server Integration Services (SSIS) Transfer Database Task
149149

@@ -153,20 +153,7 @@ Limited support may be found at one of the following locations:
153153
154154
- **Workaround**: Execute `DBCC TRACEON (7416,-1)` on the server and try again.
155155

156-
### SQL Server Machine Learning Services installation failure
157-
158-
- **Issue/Customer impact**: SQL Server Machine Learning Services installation fails on machines that have trust relationship issues with the primary domain. The following error will be seen in the logs in this case:
159-
160-
`Error: 0 : System.SystemException:The trust relationship between this workstation and the primary domain failed at System.Security.Principal.NTAccount.TranslateToSids(IdentityReferenceCollection sourceAccounts, Boolean& someFailed) ...`
161-
162-
Verify in the logs located at:
163-
164-
`C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\R_SERVICES\library\RevoScaleR\rxLibs\x64\RegisterRExt.log`
165-
166-
`C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\PYTHON_SERVICES\Lib\site-packages\revoscalepy\rxLibs\RegisterRExt.log`
167-
- **Workaround**: Resolve the domain trust issues and retry the installation.
168-
169-
- **Applies to**: SQL Server 2019 CTP 2.0.
156+
- **Applies to**: [!INCLUDE[SQL Server 2019](../includes/sssqlv15-md.md)] CTP 2.0.
170157

171158
[!INCLUDE[get-help-options-msft-only](../includes/paragraph-content/get-help-options.md)]
172159

docs/sql-server/what-s-new-in-sql-server-ver15.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,7 @@ FROM sys.dm_exec_requests AS d
397397

398398
## Other services
399399

400-
### (CTP 2.0)
401-
402-
[!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)] CTP 2.0 does not introduce new features for the following services:
400+
[!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)] does not introduce new features for the following services:
403401

404402
- [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Analysis Services (SSAS)
405403
- [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] (SSIS)

0 commit comments

Comments
 (0)