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 |
|
vinoth86
Starting Member
27 Posts |
Posted - 2008-04-22 : 02:41:08
|
| Hi, While i trying to drop the user,i getting the following error: (Microsoft SQL Server, Error: 15138)" Now,i wanna change the owner of that schema,Which is associated with the schema,which i am trying to delete.How to transfer the owner?Plz help me. |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2008-04-22 : 05:14:53
|
| 1. Use ALTER AUTHORIZATION statement to assign schema to another user.2. Then drop the earlier userHarsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
|
|
|