Yes. Right click on the table, then select "Design Table". The in the Design
Table pane,click on the column you want to change, the in the column tab at
the bottom of the screen you will see a "Collation" heading. If you took the
default it will say "<database default>", or if you actually set a collation
the collation you set will be displayed. Click in the collation box and
buttoned labeled "..." will be displayed. Click on the "..." button and the
different collations will be displayed. Pick the collation you want, and
then save the table change.
[quoted text, click to view] "Alejandro" wrote:
> The field is already created, is there a way I can make this change from the
> Enterprise Manager ?
>
> A
>
>
> "Greg Larsen" <GregLarsen@discussions.microsoft.com> wrote in message
> news:18E8F4D0-21A1-4B4B-95C7-4F20F8CC56F4@microsoft.com...
> > Yes. Use the COLLATE clause when you create the column to specify what
> > collation you want on that column.
> >
> > Defining your column in a table might looks something like this if you
> > want
> > a case sensative column:
> >
> > [User_Password] [narchar] (20) COLLATE L_Latin1_General_CP1_CS_AS N
> >
> > "Alejandro" wrote:
> >
> >> I have an nvarchar field that stores a username, is there a way to make
> >> the
> >> field case sensitive ?
> >>
> >> A
> >>
> >>
> >>
>
>