I have two instances of SQL Server 2005 running on two different servers on the same network. One of the instances’ sort order is the default sort of SQL Server. The second one is running Latin 1 General Binary sort. I would like to move two of the databases from the first instance to the second one. Can I use the Copy Database Wizard or detach/attach to move it then change the sort order of the moved databases?