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
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Database Role Owned Schema

Author  Topic 

X002548
Not Just a Number

15586 Posts

Posted - 2012-04-04 : 12:32:50
It looks like someone created a database role and made it own datareader and datawriter

How do I remove that?

Never had to deal with this before

Too many cooks on this project

I'll just go freaking Google it

Any help appreciated



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx


Want to help yourself?

http://msdn.microsoft.com/en-us/library/ms130214.aspx

http://weblogs.sqlteam.com/brettk/

http://brettkaiser.blogspot.com/


X002548
Not Just a Number

15586 Posts

Posted - 2012-04-04 : 12:39:30
Got it


USE [PSRS]
GO
ALTER AUTHORIZATION ON SCHEMA::[db_datawriter] TO [db_datawriter]
GO


I wonder what they did to have that happen?


Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx


Want to help yourself?

http://msdn.microsoft.com/en-us/library/ms130214.aspx

http://weblogs.sqlteam.com/brettk/

http://brettkaiser.blogspot.com/


Go to Top of Page
   

- Advertisement -