Arthur.Lorenzini
SSCrazy
Points: 2312
More actions
September 4, 2008 at 8:38 am
#75309
How can I generate a list of database objects that are NOT owned by DBO?
Warm Regards,
Arthur LorenziniSioux Falls, SD
Greg Charles
SSC-Forever
Points: 45403
September 4, 2008 at 8:50 am
#867191
select * from dbo.sysobjects where uid <> 1
Greg
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply