Click here to Skip to main content
15,904,346 members
Home / Discussions / Database
   

Database

 
Questionlinked server on SQL 2005 to database on AS400 Pin
samerh17-Oct-10 20:26
samerh17-Oct-10 20:26 
AnswerRe: linked server on SQL 2005 to database on AS400 Pin
David Skelly18-Oct-10 22:27
David Skelly18-Oct-10 22:27 
GeneralRe: linked server on SQL 2005 to database on AS400 Pin
samerh18-Oct-10 22:33
samerh18-Oct-10 22:33 
QuestionSplitting a column value in to many [modified] Pin
rakeshs31217-Oct-10 18:12
rakeshs31217-Oct-10 18:12 
AnswerRe: Splitting a column value in to many Pin
RyanEK17-Oct-10 20:05
RyanEK17-Oct-10 20:05 
GeneralRe: Splitting a column value in to many Pin
Mycroft Holmes17-Oct-10 20:47
professionalMycroft Holmes17-Oct-10 20:47 
GeneralRe: Splitting a column value in to many Pin
rakeshs31219-Oct-10 23:21
rakeshs31219-Oct-10 23:21 
Questioncombine multiple rows in single row Pin
i gr817-Oct-10 17:49
i gr817-Oct-10 17:49 
AnswerRe: combine multiple rows in single row Pin
Alegria_Lee17-Oct-10 18:12
Alegria_Lee17-Oct-10 18:12 
GeneralRe: combine multiple rows in single row Pin
Blue_Boy17-Oct-10 23:15
Blue_Boy17-Oct-10 23:15 
GeneralRe: combine multiple rows in single row Pin
Alegria_Lee18-Oct-10 4:49
Alegria_Lee18-Oct-10 4:49 
AnswerRe: combine multiple rows in single row Pin
Mycroft Holmes17-Oct-10 20:43
professionalMycroft Holmes17-Oct-10 20:43 
Questionchange master collation Pin
jojoba201117-Oct-10 8:13
jojoba201117-Oct-10 8:13 
AnswerRe: change master collation Pin
Karthik. A17-Oct-10 16:59
Karthik. A17-Oct-10 16:59 
If you are referring to change the ms sql server instance's collation refer this link:

http://msdn.microsoft.com/en-us/library/ms179254.aspx[^]

But remember to "detach" user defined databases as they will be dropped when you execute these steps. You can "reattach" the databases when you are done with changing the collation.

If you want to change the collation of a database alone you could use the alter database command. Check out this link:

http://msdn.microsoft.com/en-us/library/ms174269.aspx[^]

As you said master collation, I guess you mean the server instance's collation. Either ways remember to detach (in case changing the server collation) or take a backup (in case you are using alter database cmd) of user databases.
Cheers,
Karthik

Questiondate manipulation Pin
scottichrosaviakosmos16-Oct-10 21:37
scottichrosaviakosmos16-Oct-10 21:37 
AnswerRe: date manipulation Pin
Mycroft Holmes16-Oct-10 22:19
professionalMycroft Holmes16-Oct-10 22:19 
GeneralRe: date manipulation Pin
scottichrosaviakosmos16-Oct-10 22:40
scottichrosaviakosmos16-Oct-10 22:40 
GeneralRe: date manipulation Pin
Mycroft Holmes17-Oct-10 2:02
professionalMycroft Holmes17-Oct-10 2:02 
AnswerRe: date manipulation Pin
Alegria_Lee17-Oct-10 19:01
Alegria_Lee17-Oct-10 19:01 
QuestionInsert Excel OR CSV File into MySQL OR MSSQL Database Pin
jasonmp16-Oct-10 12:17
jasonmp16-Oct-10 12:17 
AnswerRe: Insert Excel OR CSV File into MySQL OR MSSQL Database Pin
Mycroft Holmes16-Oct-10 12:37
professionalMycroft Holmes16-Oct-10 12:37 
AnswerRe: Insert Excel OR CSV File into MySQL OR MSSQL Database Pin
SimulationofSai16-Oct-10 14:31
SimulationofSai16-Oct-10 14:31 
AnswerRe: Insert Excel OR CSV File into MySQL OR MSSQL Database Pin
SQLMechanic29-Oct-10 5:47
SQLMechanic29-Oct-10 5:47 
QuestionMultiple Rows to Single Rows Pin
Chris Meech15-Oct-10 8:32
Chris Meech15-Oct-10 8:32 
AnswerPivot Pin
David Mujica15-Oct-10 9:06
David Mujica15-Oct-10 9:06 

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.