I am trying to replicate tables from a database on one server to another server.

Some of my tables will not replicate. I get the following errors in my log file. Can anyone help me understand why these tables will not replicate: *************** Error: In file SMDSACO3.interrapps.TAB in statement on line 1 Transfer status: Creating Tables on destination database Incorrect syntax near the keyword `index`.

Error: Transfer Status: Transferring Data (Table `dbo.tblooo`) Cannot truncate table `dbo.tblooo`, because this table does not exist in database `intraapps`.

Error: Transfer Status: Transferring Data (Table `dbo.tblooo`) Attempt to use Bulk Copy with non-existant Server table.

Error: Transfer Status: Transferring Data (Table `dbo.tblooo`) Attempt to initiate a new SQL Server operation with results pending. ***************

Any guidance would be greatly appreciated