I have SQL 2000 publisher with MSDE subscribers using Dynamic/Partitioned Merge Replication.
When a snapshot is generated by replication, it creates numerous files including the rows of data to be sent to a subscriber in a .bcp file.
Does anyone know the bcp command to use to import this file manually into a table?
Something like "bcp [tablename] in c:\test.bcp -Usa". . .
I'm not sure what switches to use to support the format replication has saved the bcp file in. It goes through a process of asking me about each field format, prefix, etc and then starts but imports no rows and no errors. I can only assume that I'm specifying something incorrectly in the format. Just wondering if there is a switch I can use that would correctly identify the format replication has exported the bcp as originally.
TIA!
J
When a snapshot is generated by replication, it creates numerous files including the rows of data to be sent to a subscriber in a .bcp file.
Does anyone know the bcp command to use to import this file manually into a table?
Something like "bcp [tablename] in c:\test.bcp -Usa". . .
I'm not sure what switches to use to support the format replication has saved the bcp file in. It goes through a process of asking me about each field format, prefix, etc and then starts but imports no rows and no errors. I can only assume that I'm specifying something incorrectly in the format. Just wondering if there is a switch I can use that would correctly identify the format replication has exported the bcp as originally.
TIA!
J