View Revisions: Issue #5562

Summary 0005562: MsSQL BCP fails if the target node is Load-Only
Revision 2022-11-01 12:29 by jvanmeter
Description When using BCP Bulk loading, the load fails when trying to execute SELECT CONVERT (varchar(256), SERVERPROPERTY('collation')), as it is referencing the H2 platform instead of the MsSql one. It also tries to reference various other elements using the H2 information instead of the MsSQL Server information.
Revision 2022-10-31 17:37 by jvanmeter
Description When using BCP Bulk loading, the load fails when trying to execute SELECT CONVERT (varchar(256), SERVERPROPERTY('collation')), as it is referencing the H2 platform instead of the MsSql one.