Re: How to change characterset in SQL Enterprise Manager?
From: Gregory A. Larsen (greg.larsen_at_netzero.com)
Date: 06/14/04
- Next message: Gregory A. Larsen: "Re: SQL Server Job scheduling"
- Previous message: James: "SQL Server Job scheduling"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: How to change characterset in SQL Enterprise Manager?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Jun 2004 14:07:57 -0700
By character set I guess you mean code page, or another name might be
collation setting. Unicode and collation are really two different things.
The collation setting of a server/database/column is how SQL Server stores
char, varchar, and text fields, which of course are not UNICODE data types.
This article should provide you with information about how to change the
collation settings of a server, a database and/or a column.
-- ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- ---- Need SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples <anonymous@discussions.microsoft.com> wrote in message news:1c13001c45243$9c920c00$a301280a@phx.gbl... > Yes, I will alter them to nchar, nvarchar, and ntext. But > where I can set sql server characterset to unicode? > > Thanks, > > > >-----Original Message----- > >If you want to change all you character data to unicode, > you will need to > >alter all your char, varchar, and text fields to nchar, > nvarchar, and ntext > >fields. > >-- > > > >--------------------------------------------------------- > ------------------- > >--------------------------------------------------------- > ------------------- > >---- > > > >Need SQL Server Examples check out my website at > >http://www.geocities.com/sqlserverexamples > >"ms_sql_characterset" > <anonymous@discussions.microsoft.com> wrote in message > >news:1c37301c4523a$8f26ec10$a101280a@phx.gbl... > >> Hi, > >> > >> I want to change characterset to Unicode in server > 2000. > >> How I can do it? > >> > >> Thanks, > >> > >> ms_sql_characterset > >> > >> > >> > >> > > > > > >. > >
- Next message: Gregory A. Larsen: "Re: SQL Server Job scheduling"
- Previous message: James: "SQL Server Job scheduling"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: How to change characterset in SQL Enterprise Manager?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|