I am trying to restore a database from my system which has the default unicode locale set to British onto another system that is also set to british. When i type select @@language on both machines it states that the databases are both british. However when i try to restore my database on the other machine it states that the Unicode Id is different and as a result wont restore the database. I have checked using exec sp_configure and on my machine the unicode Id is 1033 and on the other machine it is 2057. Yet on both everything is set to british how do i fix this.
I need to restore my database on the other machine any help would be most appreciated
I need to restore my database on the other machine any help would be most appreciated