i have setup the MDW database for collecting stats on my production server. I have enabled the data collector to collet the stats for stored proc usage analysis and table usage analysis. For some reason the collection jobs are failing throwing the error --Package "Set_{3006169E-D33A-4101-A1DE-9F0DABF7D84E}_Master_Package_Collection" failed. sa is disabled on our server. I probably think the packages are getting created with owner sa and as sa is disabled they are not able to collect stats. how to overcome this issue?
↧