OGG-00776
'SELECT INTO/BULKCOPY' option is enabled for database: {0}. SELECT INTO operations on permanent tables are not written to logs. These operations will therefore not get replicated.
Cause
Bulk copy is not supported.
Action
To avoid this error, issue the following SQL Server command to avoid the select for the specified schema: exec sp_dboption 'owner/schema', 'select into/bulkcopy', false.