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 |
kenchee
Starting Member
49 Posts |
Posted - 2010-01-28 : 00:44:39
|
Hi, I've just restored a database on a new server and I am trying to drop a user but I'm getting this error message. Tried googling it but did not find anything."the database principal owns a message type in the database and cannot be dropped"Anyone had this problem before? And any ideas on how to fix this?ThanksKen |
|
DaleTurley
Yak Posting Veteran
76 Posts |
Posted - 2010-01-29 : 08:44:56
|
quote: Originally posted by kenchee Hi, I've just restored a database on a new server and I am trying to drop a user but I'm getting this error message. Tried googling it but did not find anything."the database principal owns a message type in the database and cannot be dropped"Anyone had this problem before? And any ideas on how to fix this?ThanksKen
You attempted to drop a user who is the creator of a message or user-defined data type. The message or user-defined data type must be dropped first. |
 |
|
kenchee
Starting Member
49 Posts |
Posted - 2010-01-31 : 18:41:14
|
is there anyway I can find out what message type is tied to this user? and how do I delete off this message? |
 |
|
kenchee
Starting Member
49 Posts |
Posted - 2010-02-02 : 17:29:59
|
Anyone with any ideas? |
 |
|
|
|
|