|
-
Apr 13th, 2007, 04:57 AM
#1
Thread Starter
Fanatic Member
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?
-
Apr 13th, 2007, 09:16 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|