the bcp operation in SQL 2005 will automatically restart on failure. Can you
try to manually bcp the data in the subscriber and see what error message
you are getting?

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> Hi,
>
[quoted text clipped - 16 lines]
>
> bcomeau
CrudeOil - 25 Oct 2006 15:24 GMT
Could you give me an example of the command line syntax, I've tried a
few but unable to get it to work. "SQL Server does not exist or access
is denied"
> the bcp operation in SQL 2005 will automatically restart on failure. Can you
> try to manually bcp the data in the subscriber and see what error message
[quoted text clipped - 34 lines]
> >
> > bcomeau
Hilary Cotter - 28 Oct 2006 12:54 GMT
Locate the script xxx.bcp
the do this bcp "MySubscriptionDatabase.Dbo.XXX" in xxx.bcp -S
MySubscriber -T -n -E -hORDER([ID] ASC)
The above will work if the account you are currently logged in with has
rights to connect to the subscriber with. If not do this
bcp "MySubscriptionDatabase.Dbo.XXX" in xxx.bcp -S MySubscriber -U
AnAccountOnTheSubscriber -P ThePasswordforThatAccount -n -E -hORDER([ID]
ASC)

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> Could you give me an example of the command line syntax, I've tried a
> few but unable to get it to work. "SQL Server does not exist or access
[quoted text clipped - 39 lines]
>> >
>> > bcomeau
CrudeOil - 25 Oct 2006 15:46 GMT
Could you give me an example of the command line syntax, I've tried a
few but unable to get it to work. "SQL Server does not exist or access
is denied"
> the bcp operation in SQL 2005 will automatically restart on failure. Can you
> try to manually bcp the data in the subscriber and see what error message
[quoted text clipped - 34 lines]
> >
> > bcomeau
CrudeOil - 25 Oct 2006 17:41 GMT
I"m not sure if this is related, but everybody who applied the last
round of Microsoft updates are having the problem, I know that people
who haven't done a Windows update in a while is working without
glitches
> the bcp operation in SQL 2005 will automatically restart on failure. Can you
> try to manually bcp the data in the subscriber and see what error message
[quoted text clipped - 34 lines]
> >
> > bcomeau
CrudeOil - 25 Oct 2006 17:44 GMT
I"m not sure if this is related, but everybody who applied the last
round of Microsoft updates are having the problem, I know that people
who haven't done a Windows update in a while is working without
glitches
> the bcp operation in SQL 2005 will automatically restart on failure. Can you
> try to manually bcp the data in the subscriber and see what error message
[quoted text clipped - 34 lines]
> >
> > bcomeau