2009.05.25 20:06
dalgri 조회 수:19902
다음은 table_test 테이블의 소유자를 admin에서 dbo로 변경하는 것을 보여 주는 예제입니다.
sp_changeobjectowner 'admin.table_test', 'dbo'