Re: Case Sensitive

From: Paul Ibison (Paul.Ibison_at_Pygmalion.Com)
Date: 03/23/04


Date: Tue, 23 Mar 2004 10:05:17 -0000

As Tenaya says, this is related to collations. It seems that your collation
on the publisher is case-sensitive and this has replicated to the subscriber
as a case-insensitive collation. Tenaya's query will allow a case-sensitive
comparison to be done on case-insensitive data. However, if you want the
column collation itself to be transferred to the subscriber, so queries
don't need to be modified, then have a look at the article properties,
snapshot tab - there is a checkbox to select the collation there. You'll
need to reinitialize for this to take effect. BTW, the database collation on
the subscriber is the one you're inheriting, so modifying this (ALTER
DATABASE...) and reinitializing would give the same result.
HTH,
Paul Ibison



Relevant Pages

  • Re: Case Sensitive
    ... on the publisher is case-sensitive and this has replicated to the subscriber ... as a case-insensitive collation. ... need to reinitialize for this to take effect. ...
    (microsoft.public.sqlserver.server)
  • Re: Case Sensitive
    ... on the publisher is case-sensitive and this has replicated to the subscriber ... as a case-insensitive collation. ... need to reinitialize for this to take effect. ...
    (microsoft.public.sqlserver.replication)
  • Re: Error when making a transactional replication
    ... The publication database had a different collation than the subscriber. ... Bulk data stream was incorrectly specified as ...
    (microsoft.public.sqlserver.replication)
  • Re: Error in Inintial Replication
    ... Even using an empty database ... as the subscriber causes this. ... I did a Google search on this, and the common reply is to check collation. ... Jeff ...
    (microsoft.public.sqlserver.server)
  • QUESTION: Collation and Stored Procedure creation
    ... case-insensitive collation, I get errors because of different "case" in some ... and the SERVER collation is ... the server collation is used, not the database collation. ...
    (microsoft.public.sqlserver.server)

Loading