[quoted text, click to view] On 2 Sep, 12:19, "Hilary Cotter" <hilary.cot...@gmail.com> wrote:
> Are the database collations the same on both sides?
>
> --
> RelevantNoise.com - dedicated to mining blogs for business intelligence.
>
> Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html >
> Looking for a FAQ on Indexing Services/SQL FTShttp://www.indexserverfaq.com<i.d.gibb...@googlemail.com> wrote in message
>
> news:1188568636.258377.179470@22g2000hsm.googlegroups.com...
>
Yes the collations are the same, i've tried the 2005 server in 2000
compat mode too to no avail.
[quoted text, click to view] On 3 Sep, 10:20, Paul Ibison <Paul.Ibi...@Pygmalion.Com> wrote:
> If at all possible, see if adding sp4 onto the subscriber fixes the issue. If
> not, then do some logging to see if we can get some more specific info:
http://support.microsoft.com/?id=312292 > HTH,
> Paul Ibison
The machine running SP2 is actually SQL Server 2005 so putting 2000
SP4 won't make any difference will it? I have some logs but am unable
to get access to them at this moment in time. I can confirm that there
are errors with BCP, i ran the BCP command manually which reported an
error with the keys. I dropped the table troublesome table and
reinitialized - still the same problem..... now here is the
interesting bit.
I dropped the table again, copied the content of the schema file from
the snapshot, manually ran that on the 2005 box (subscriber) this
created the table with no issues. I then ran the subscription again
and everything worked so where is it going wrong during the
reinitialization? Is it an issue of replicating from 2000 to 2005?