Home All Groups Group Topic Archive Search About

tried to change column definition

Author
15 Sep 2005 7:55 PM
Britney
Hi Everyone,

I tried to change a table column from case sensitive to case insensitive

---ORIGINAL
Name VARCHAR(255) COLLATE Latin1_General_BIN NOT NULL ,

---NEW CHANGE
Name VARCHAR(255) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL

but it told me that I can't change it because there is a replication setup
on this database and table.
what's the easiest way I can do?  do I have to disable replication then do
the change, and then go back re-enabled replication?


Thanks
      Jay

AddThis Social Bookmark Button