Results 1 to 2 of 2

Thread: who is running DTS and Job, owner or Sql Agent account ?

  1. #1
    Alex Guest

    who is running DTS and Job, owner or Sql Agent account ?

    Hi everybody.
    Need help with secuity
    1. SQLAgent servive = domainMy_local_admin
    2. Job created
    Ownner: domainSQLDBA
    step1
    exec sp_Who2
    step2
    Run DTS
    a)Connect to ANOTHER_SQL_SERVER USING windows authentication
    b) truncate table xxx

    3. Run daily every 1 hr

    1. Who will run job, domainMy_local_admin or domainSQLDBA ?
    2. What account will be used to connect to ANOTHER_SQL_SERVER in step2

    thank you











  2. #2
    Ray Miao Guest

    who is running DTS and Job, owner or Sql Agent account ? (reply)

    1. domainSQLDBA
    2. depends. If domainSQLDBA is member of sysadmin, use domainMy_local_admin. Otherwise, use local account sqlagentcmdexec.


    ------------
    Alex at 12/19/2001 9:40:02 AM

    Hi everybody.
    Need help with secuity
    1. SQLAgent servive = domainMy_local_admin
    2. Job created
    Ownner: domainSQLDBA
    step1
    exec sp_Who2
    step2
    Run DTS
    a)Connect to ANOTHER_SQL_SERVER USING windows authentication
    b) truncate table xxx

    3. Run daily every 1 hr

    1. Who will run job, domainMy_local_admin or domainSQLDBA ?
    2. What account will be used to connect to ANOTHER_SQL_SERVER in step2

    thank you











Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •