Click here to Skip to main content
15,921,279 members
Home / Discussions / Database
   

Database

 
GeneralUpdating DataTable that has an expression column Pin
Dr_Sh0ck25-Sep-03 15:41
Dr_Sh0ck25-Sep-03 15:41 
GeneralRe: Updating DataTable that has an expression column Pin
Guillermo Rivero29-Sep-03 12:12
Guillermo Rivero29-Sep-03 12:12 
GeneralRe: Updating DataTable that has an expression column Pin
Member 79899372-Oct-03 21:51
Member 79899372-Oct-03 21:51 
GeneralUsing CASE..END in OPENXML Pin
mittalpa25-Sep-03 11:54
mittalpa25-Sep-03 11:54 
GeneralSQL Server 2000 Sleeping Processes Pin
bsandell25-Sep-03 8:16
bsandell25-Sep-03 8:16 
GeneralSQL Case Sensitivity Pin
deanoA25-Sep-03 3:29
deanoA25-Sep-03 3:29 
GeneralRe: SQL Case Sensitivity Pin
Anonymous25-Sep-03 11:22
Anonymous25-Sep-03 11:22 
GeneralRe: SQL Case Sensitivity Pin
Mike Dimmick26-Sep-03 3:45
Mike Dimmick26-Sep-03 3:45 
If you just want to change a single database, you need to run an ALTER DATABASE query, e.g.
ALTER DATABASE mydb
COLLATE SQL_Latin1_General_CS_AS
This only alters the new default and how object names are interpreted; you'll need to alter any existing tables as well.

If you need to change the default collation of the database server (including the tempdb database), you should run the rebuildm tool. See also KB article 273572[^] about a problem with this tool when the source files are read-only. rebuildm lives in the 80\Tools\binn directory under the SQL Server install directory.

Note that rebuildm and setup use 'friendly' names for the collations, whereas Enterprise Manager and queries use a different naming convention. The names used in setup are listed in Selecting a SQL Collation[^], while the names used in queries may be found under SQL Collation Names[^].

There are two types of collations: those implemented using the Windows national language support functions (Windows collations) and those implemented independently by SQL Server (SQL collations). SQL collations have names beginning SQL.
GeneralYet another MySQL string issue. Pin
MKlucher24-Sep-03 8:03
MKlucher24-Sep-03 8:03 
GeneralRe: Yet another MySQL string issue. Pin
Anonymous24-Sep-03 16:16
Anonymous24-Sep-03 16:16 
GeneralRe: Yet another MySQL string issue. Pin
ZoogieZork24-Sep-03 17:14
ZoogieZork24-Sep-03 17:14 
QuestionHow to cancel insert in the MSdatagrid control? Pin
korgan23-Sep-03 22:43
korgan23-Sep-03 22:43 
QuestionHow to get the current selected row in DataGrid? Pin
EastDragon23-Sep-03 21:43
EastDragon23-Sep-03 21:43 
AnswerRe: How to get the current selected row in DataGrid? Pin
Guillermo Rivero29-Sep-03 8:24
Guillermo Rivero29-Sep-03 8:24 
GeneralADO.Net Books Pin
dbetting23-Sep-03 18:08
dbetting23-Sep-03 18:08 
GeneralRe: ADO.Net Books Pin
Braulio Dez24-Sep-03 3:46
Braulio Dez24-Sep-03 3:46 
GeneralRe: ADO.Net Books Pin
nevhile.net26-Sep-03 15:57
nevhile.net26-Sep-03 15:57 
GeneralEverybody help, I have proxy server set up in LAN, how visit long-range sqlserver through ado I then - Pin
Anonymous23-Sep-03 15:20
Anonymous23-Sep-03 15:20 
GeneralSQL Tools Pin
obelisk2923-Sep-03 7:54
obelisk2923-Sep-03 7:54 
GeneralRe: SQL Tools Pin
mikasa27-Sep-03 10:16
mikasa27-Sep-03 10:16 
GeneralOLEDB vs SQLCLient Pin
obelisk2923-Sep-03 6:04
obelisk2923-Sep-03 6:04 
GeneralRe: OLEDB vs SQLCLient Pin
Gerald Schwab23-Sep-03 6:10
Gerald Schwab23-Sep-03 6:10 
GeneralRe: OLEDB vs SQLCLient Pin
obelisk2923-Sep-03 6:24
obelisk2923-Sep-03 6:24 
GeneralRe: OLEDB vs SQLCLient Pin
Gerald Schwab23-Sep-03 7:04
Gerald Schwab23-Sep-03 7:04 
GeneralRe: OLEDB vs SQLCLient Pin
obelisk2923-Sep-03 7:21
obelisk2923-Sep-03 7:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.