• asdsfssd (6/11/2013)


    SQL2000

    What are the minimum privileges / permissions / database roles needed to grant a user (besides granting sysadmin) to:

    1) Create and run DTS packages.

    2) Create, run and review job history.

    For #1: I am guessing DB_DATAREADER and DB_DATAWRITER to MSDB??

    For #2: I'm not sure about granting MASTER db.

    What is the minimum I should grant?

    Thanks.

    I'm pretty sure that, in SQL Server 2000, only SA privs will fit the bill here.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)