Hey guys,
Im using snapshot replication on one of my servers and it is replicating to another server...Everything is working fine except for one thing: I keep getting this error when it trys to replicate this one table:
The process could not bulk copy into table '"tablename"'.
Insert bulk failed
Could not bulk load. The sorted column 'columnname' is not valid. The ORDER hint is ignored.
How can I fix this in replication? That column is a datetime datatype on it...Everything else is working just fine...Just get a failure notification everytime it goes to replicate this table...