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.
Author |
Topic |
rajani
Constraint Violating Yak Guru
367 Posts |
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2006-03-23 : 20:31:09
|
script out the login from your old database and re-create them in the new databaseor the error tells you that the login you're deleting owns some objects,transfer ownership to dbo first (sp_changedbowner) then drop the loginHTH--------------------keeping it simple... |
 |
|
rajani
Constraint Violating Yak Guru
367 Posts |
Posted - 2006-03-23 : 20:50:51
|
Thanks for jen.looks like i need to delete "schemas" under security for this user then it let me delete the user.one more thing is passwords case sensitive .its all fine now. ThanksCheers |
 |
|
|
|
|