Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Administering
»
Collation
Collation
Rate Topic
Display Mode
Topic Options
Author
Message
Vinesh-489191
Vinesh-489191
Posted Wednesday, November 12, 2008 8:02 AM
Forum Newbie
Group: General Forum Members
Last Login: Friday, July 30, 2010 12:33 AM
Points: 6,
Visits: 61
Hi All
i've installed sql 2005 with the incorrect collation,(on 3 Different servers) is there a way , other than reinstalling sql to change the language safely and without underline problems later
Thank you
Post #601409
The_SQL_DBA
The_SQL_DBA
Posted Wednesday, November 12, 2008 11:34 AM
Right there with Babe
Group: General Forum Members
Last Login: Friday, June 14, 2013 12:06 PM
Points: 794,
Visits: 902
Server collation change calls for re-installation.Instead change DB collation as
ALTER DATABASE MyDatabase COLLATE
Watch out if you use temporary tables a lot and do joins to your databases.. temp tables are created in tempdb which always has the server default collation so if you are joining temp tables to your db tables you can get collation conflicts.. i.e. the server default does matter sometimes .
You may want to check out this link to change the collation.
http://www.databasejournal.com/features/mssql/article.php/3302341
You can change the collation for a database or column level in SQL 2000 by using alter statements. You do not need to rebuild the master database.
The_SQL_DBA
MCTS
"Quality is never an accident; it is always the result of high intention, sincere effort, intelligent direction and skillful execution; it represents the wise choice of many alternatives."
Post #601593
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.