Results 1 to 2 of 2

Thread: sp_add_category

  1. #1

    Thread Starter
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727

    sp_add_category

    I have read the article below on running a dts package through an aspx page.

    http://www.sqlteam.com/item.asp?ItemID=19595

    Unfortunately I do not have the correct permissions to run sp_add_category. Is this needed, I have tried to find out the purpose of a category in sql server but this is not easy to google for.

    Could someone explain them?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: sp_add_category

    From that page:
    Using a category to classify dynamically created jobs will help to maintain our system clean and easy to administer.
    ..so it sounds like a good idea, but not essential (if you leave it out, you'll need to change other parts of that tutorial to make it work).


    If you (or someone else) can get permissions, I would recommend running this beforehand, as it will probably simplify things later.

    From Books Online:
    Permissions
    Only members of the sysadmin fixed server role can execute sp_add_category

    Remarks
    sp_add_category must be run from the msdb database.

Posting Permissions

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



Click Here to Expand Forum to Full Width