Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Not able to add new user in a database !!

Author  Topic 

ann06
Posting Yak Master

171 Posts

Posted - 2012-05-02 : 05:37:35
hi,
when am trying to add a new user using management studio from the database iam in, am getting error
<446: cannot resolve collation conflict for equal to operation>

and am getting this error for all the databases am trying to users to.
note: the databases collation is the same as the master collation
pls. help

vijays3
Constraint Violating Yak Guru

354 Posts

Posted - 2012-05-02 : 10:25:16
[code]You need to resole the collation issue first .This Link might help you.
http://msdn.microsoft.com/en-us/library/aa214328%28v=sql.80%29.aspx [/code]
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-05-02 : 19:30:49
are you using t-sql command or using wizard

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

ann06
Posting Yak Master

171 Posts

Posted - 2012-05-03 : 04:05:30
am using the wizard to add users, my database collations are as follows:

MYDB:SQL_LATIN1_GENERAL_CP1256_CI_AS
OTHERDB:SQL_LATIN1_GENERAL_CP1256_CI_AS
MASTER:SQL_LATIN1_GENERAL_CP1256_CI_AS
MSDB:SQL_LATIN1_GENERAL_CP1256_CI_AS

MODEL:SQL_LATIN1_GENERAL_CP1_CI_AS

and this problem is new on the same databases
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-05-03 : 14:48:04
try changing collation of model db to match the others

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -