|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, November 20, 2012 10:44 PM
Points: 1,
Visits: 104
|
|
I'm trying to drop orphaned user and schema from a database that was copied from Dev to Production.
Howerver, I get the error: Msg 3729, Level 16, State 1, Line 2 Cannot drop schema 'DOMAIN\username' because it is being referenced by object 't_user_type_security_temp'.
This object does not exist under dbo or the schema user name. It does still exist in sysobjects as a user table.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: 2 days ago @ 12:33 PM
Points: 1,315,
Visits: 2,887
|
|
give ownership of the object to someone else or drop the object.
The probability of survival is inversely proportional to the angle of arrival.
|
|
|
|