diff --git a/lib/NGCP/BulkProcessor/SqlConnectors/SQLServerDB.pm b/lib/NGCP/BulkProcessor/SqlConnectors/SQLServerDB.pm index 2664ef6..ff7d9fa 100644 --- a/lib/NGCP/BulkProcessor/SqlConnectors/SQLServerDB.pm +++ b/lib/NGCP/BulkProcessor/SqlConnectors/SQLServerDB.pm @@ -254,6 +254,7 @@ sub db_connect { } $self->db_do('SET ANSI_WARNINGS ON'); $self->db_do('SET ANSI_NULLS ON'); + $self->db_do('SET ANSI_PADDING ON'); dbinfo($self,'connected',getlogger(__PACKAGE__));