Need to change the owner of database package

  • Hello,

    I just need to change the owner for the database package, can I please get the assistance in regard to this,

    Thanks,

    Dev

  • Hi,

    Can you provide specifics? I'm not sure what you mean by "database package."

    Are you trying to change the owner of a Database, a DTS or SSIS package or a schema?

    Chris.

    Chris.

  • Sorry it DTS Package

  • Thats better. 🙂

    Out of curiosity, why do you want to change the owner of the package? As far as I know this doesn't actually mean anything.

    Chris.

    Chris.

  • Hello Chris,

    The job associated is failing, the DTS package is under user name with read privelages, I wanted to change that,

    Please Advice,

    Thanks,

    Dev

  • Ok, thats what I suspected. The owner of the DTS package isn't important in this case, its the job owner that is.

    From Enterprise Manager open Management | SQL Server Agent | Jobs and navigate to your job. Double click on it and change the owner here.

    Chris.

    Chris.

  • Anyway if you want to still change the owner of DTS package then use undocumented SP in MSDB to do it (sp_reassign_dtspackageowner [@name =] 'name',

    [@id =] 'id',

    [@newloginname =] 'newloginname'

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply