﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / Change Collation / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 21:50:30 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Change Collation</title><link>http://www.sqlservercentral.com/Forums/Topic482594-146-1.aspx</link><description>Ray,Have you seen:     http://www.sqlservercentral.com/Forums/Topic442391-146-1.aspx?I do not think that it is perfect, but it might help you.HIHHenrik Staun PoulsenStovi Software</description><pubDate>Thu, 10 Apr 2008 23:53:07 GMT</pubDate><dc:creator>henrik staun poulsen</dc:creator></item><item><title>RE: Change Collation</title><link>http://www.sqlservercentral.com/Forums/Topic482594-146-1.aspx</link><description>Are these objects created with SCHEMABINDING clause? You have to script them, drop them, change db collation and recreate them from script.What is collation of the tempdb database? If it is different than the one you want change to on your database you will have problems with temptables and subqueries that compare character fields.Piotr</description><pubDate>Thu, 10 Apr 2008 02:34:35 GMT</pubDate><dc:creator>Piotr.Rodak</dc:creator></item><item><title>Change Collation</title><link>http://www.sqlservercentral.com/Forums/Topic482594-146-1.aspx</link><description>Working on  a COTS database MAS500, VAR set up server with the wrong collation, should have been SQL_Latin1_General_CP1_CI_AS, have tried dropping all constraints, BCP in/out, and have dug deep into the trick book but cannot seem to have any success in changing it. Here is a look at what i think are the final constraints that need to be dropped. Any help, reference to a third party, I'm looking at anything right now.Msg 5075, Level 16, State 1, Line 1The object 'fntIMBuildListOfSerialNos' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWASOPickLookUp4LotByItemKey' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWASOPickLookUp4SerialByItemKey' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fntIMSavedDist' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWADistBin' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWADistBinLot' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWADistBinSerial' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWADistBinSerialLot' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWADistLot' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWADistSerialLot' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWAITA001' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWAPOA001' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWARMAA001' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWASOA001' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWASOPickA001' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWASOPickA002' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWASOPickLookUp4Bin' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWASOPickLookUp4Lot' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnWASOPickLookUp4Serial' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnIMDistBin' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnIMDistBinLot' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnIMDistBinSerial' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnIMDistBinSerialLot' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnIMDistLot' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fnIMDistSerialLot' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'vListValidationString' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5075, Level 16, State 1, Line 1The object 'fntIMGetInvtItemSubstitute' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.Msg 5072, Level 16, State 1, Line 1ALTER DATABASE failed. The default collation of database 'mas500' cannot be set to SQL_Latin1_General_CP1_CI_AS.</description><pubDate>Wed, 09 Apr 2008 14:00:40 GMT</pubDate><dc:creator>RRIOS42</dc:creator></item></channel></rss>