Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2005 > SQL Server 2005
|
SQL Server 2005 General discussion of SQL Server *2005* version only.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 6th, 2007, 11:57 AM
Authorized User
 
Join Date: Dec 2006
Posts: 70
Thanks: 0
Thanked 1 Time in 1 Post
Default Need to change Collation sequence

I need to change the collation sequence for SQL 2K5.
I mistakenly used a collation sequence for backward compatibility when installing, instead of choosing the case sensitive order I wanted. Of course, I didn't notice it until afterwards.

Does anyone know how I can change it without re-installing everything?

Thanks in advance,
Karen

 
Old April 6th, 2007, 09:25 PM
Authorized User
 
Join Date: Dec 2006
Posts: 57
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can only change the server collation by issuing a reinstall. Review the BOL... ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/3242deef-6f5f-4051-a121-36b3b4da851d.htm

If you don't mind the system databases and the server default having the 'unwanted' collation, you can always created each new database with a different collation than the server default.

HTH


Adam Gossage
Lake Wylie, SC, USA
 
Old April 9th, 2007, 10:20 AM
Authorized User
 
Join Date: Dec 2006
Posts: 70
Thanks: 0
Thanked 1 Time in 1 Post
Default

Thanks.
I found the article after I had posted.
I went ahead and did the reinstall, so I don't have to remember later.

Karen






Similar Threads
Thread Thread Starter Forum Replies Last Post
Substring-after collation bonekrusher XSLT 2 May 11th, 2007 09:31 AM
SQL Collation to Greek jmjyiannis SQL Server 2000 0 September 14th, 2005 11:59 AM
collation conflict vijayma SQL Server 2000 1 July 25th, 2005 09:50 PM
SQL7-SQL2K collation problems dhulse SQL Server 2000 2 July 6th, 2004 03:47 PM
Change Collation vincentc SQL Server 2000 2 October 2nd, 2003 04:14 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.