BUG: NULL Padding Behavior Different on SubscriberID: Q171285
|
Subscriber tables may be created with ANSI_PADDING turned ON, sometimes causing undesirable behavior with NULLable fixed-length columns (char, binary, and so on) at the subscriber. This may also be perceived as incorrect data at the subscriber. The data that is copied over during the initial synchronization does not have this problem because it uses DB-Library to connect to the subscriber to apply the BCP data and the default behavior for these SET options is OFF.
In SQL 6.5, the ODBC driver (build 2.65.0240) automatically sets the
following option:
SET ANSI_DEFAULTS ON
SET ANSI_DEFAULTS OFF
go
SET ANSI_DEFAULTS ON
go
Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Additional query words: blank spaces suffixed dblib db-lib
Keywords : kbinterop kbprg SSrvRep SSrvTran_SQL kbbug6.50
Version : 6.5
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 20, 1999