Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #1089
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | "Bob Barrows" <reb01501@NOyahooSPAM.com> |
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Re: Can't delete sp_makewebtask |
| Date | Wed, 30 May 2012 12:47:09 -0400 |
| Organization | A noiseless patient Spider |
| Lines | 37 |
| Message-ID | <jq5iuk$tl2$1@dont-email.me> (permalink) |
| References | <8b7e9ecc-5bed-46e0-8733-ec14c70c1cf8@googlegroups.com> <XnsA0635F2255FAEYazorman@127.0.0.1> <e5d1efc0-0336-4797-9385-c8c376485659@googlegroups.com> |
| Injection-Date | Wed, 30 May 2012 16:47:16 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="NUmboHSNYG4cX5Ys9j8TNw"; logging-data="30370"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18f32zMlOfbkoH23GvXJUkK2enZGvw9aa0=" |
| X-Newsreader | Microsoft Outlook Express 6.00.2800.2001 |
| Cancel-Lock | sha1:QBLqMZvKZPlxEuTiR+b8nTvcN6M= |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| X-MIMEOLE | Produced By Microsoft MimeOLE V6.00.2800.2001 |
| Xref | csiph.com comp.databases.ms-sqlserver:1089 |
Show key headers only | View raw
tbone wrote: > On Wednesday, May 30, 2012 1:21:07 AM UTC-6, Erland Sommarskog wrote: >> tbone (tony.despain@gmail.com) writes: >>> I have a need to remove sp_makewebtask in sql server 2005. I am >>> logging in with a user that is in the sysadmin role however when I >>> try to run the command: drop procedure sp_makewebtask >>> I receive: >>> Msg 3701, Level 11, State 5, Line 1 >>> Cannot drop the procedure 'sp_makewebtask', because it does not >>> exist or you do not have permission. >>> The same thing happens for xp_makewebtask. Is it possible to drop >>> these procedures? If so how do I do it? >> >> Why do you need to do this? They are system procedures, and you >> can't drop them. >> >> -- >> Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se >> >> Books Online for SQL Server 2005 at >> http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx >> Books Online for SQL Server 2000 at >> http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx > > If I can't get rid of them how does one disable them? I have removed > execute permissions for the public role, is that what you mean by > disable? Wow, no access to Books Online or Google? Here you go. From: http://www.kodyaz.com/articles/enable-web-assistant-procedures-xp_makewebtask.aspx sp_configure 'Web Assistant Procedures', 0; Reconfigure;
Back to comp.databases.ms-sqlserver | Previous | Next — Previous in thread | Next in thread | Find similar
Can't delete sp_makewebtask tbone <tony.despain@gmail.com> - 2012-05-29 14:46 -0700
Re: Can't delete sp_makewebtask "Bob Barrows" <reb01501@NOSPAMyahoo.com> - 2012-05-29 18:13 -0400
Re: Can't delete sp_makewebtask tbone <tony.despain@gmail.com> - 2012-05-29 16:16 -0700
Re: Can't delete sp_makewebtask "Bob Barrows" <reb01501@NOSPAMyahoo.com> - 2012-05-29 21:03 -0400
Re: Can't delete sp_makewebtask Erland Sommarskog <esquel@sommarskog.se> - 2012-05-30 07:21 +0000
Re: Can't delete sp_makewebtask tbone <tony.despain@gmail.com> - 2012-05-30 08:36 -0700
Re: Can't delete sp_makewebtask "Bob Barrows" <reb01501@NOyahooSPAM.com> - 2012-05-30 12:47 -0400
Re: Can't delete sp_makewebtask tbone <tony.despain@gmail.com> - 2012-06-07 10:49 -0700
csiph-web