IT/mssql2005/04/04 14:55
소유자가 dbo가 아닌 객체 출력

select name from sysobjects
where uid <> user_id('dbo')


sp_changeobjectowner
Posted by 형준군