Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #1081 > unrolled thread
| Started by | tbone <tony.despain@gmail.com> |
|---|---|
| First post | 2012-05-29 14:46 -0700 |
| Last post | 2012-06-07 10:49 -0700 |
| Articles | 8 — 4 participants |
Back to article view | Back to comp.databases.ms-sqlserver
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
| From | tbone <tony.despain@gmail.com> |
|---|---|
| Date | 2012-05-29 14:46 -0700 |
| Subject | Can't delete sp_makewebtask |
| Message-ID | <8b7e9ecc-5bed-46e0-8733-ec14c70c1cf8@googlegroups.com> |
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?
[toc] | [next] | [standalone]
| From | "Bob Barrows" <reb01501@NOSPAMyahoo.com> |
|---|---|
| Date | 2012-05-29 18:13 -0400 |
| Message-ID | <jq3hl8$qvd$1@dont-email.me> |
| In reply to | #1081 |
tbone wrote: > 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? You might be in the wrong database. What database are you using when you run this command?
[toc] | [prev] | [next] | [standalone]
| From | tbone <tony.despain@gmail.com> |
|---|---|
| Date | 2012-05-29 16:16 -0700 |
| Message-ID | <3ef168a3-61fa-4d42-b890-9562593d024a@googlegroups.com> |
| In reply to | #1082 |
On Tuesday, May 29, 2012 4:13:40 PM UTC-6, Bob Barrows wrote: > tbone wrote: > > 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? > > You might be in the wrong database. What database are you using when you run > this command? I have tried master and msdb as well as a user db.
[toc] | [prev] | [next] | [standalone]
| From | "Bob Barrows" <reb01501@NOSPAMyahoo.com> |
|---|---|
| Date | 2012-05-29 21:03 -0400 |
| Message-ID | <jq3rkc$jt4$1@dont-email.me> |
| In reply to | #1083 |
tbone wrote: > On Tuesday, May 29, 2012 4:13:40 PM UTC-6, Bob Barrows wrote: >> tbone wrote: >>> 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? >> >> You might be in the wrong database. What database are you using when >> you run this command? > > I have tried master and msdb as well as a user db. I've just discovered they are located in the System.Resource database, which is read-only so it appears you cannot delete them. What will be gained by deleting them? You can disable them easily enough.
[toc] | [prev] | [next] | [standalone]
| From | Erland Sommarskog <esquel@sommarskog.se> |
|---|---|
| Date | 2012-05-30 07:21 +0000 |
| Message-ID | <XnsA0635F2255FAEYazorman@127.0.0.1> |
| In reply to | #1081 |
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
[toc] | [prev] | [next] | [standalone]
| From | tbone <tony.despain@gmail.com> |
|---|---|
| Date | 2012-05-30 08:36 -0700 |
| Message-ID | <e5d1efc0-0336-4797-9385-c8c376485659@googlegroups.com> |
| In reply to | #1087 |
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?
[toc] | [prev] | [next] | [standalone]
| From | "Bob Barrows" <reb01501@NOyahooSPAM.com> |
|---|---|
| Date | 2012-05-30 12:47 -0400 |
| Message-ID | <jq5iuk$tl2$1@dont-email.me> |
| In reply to | #1088 |
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;
[toc] | [prev] | [next] | [standalone]
| From | tbone <tony.despain@gmail.com> |
|---|---|
| Date | 2012-06-07 10:49 -0700 |
| Message-ID | <56d8c975-5eb0-4882-838e-5633277a49e8@googlegroups.com> |
| In reply to | #1089 |
Ok that was already done, thanks for the info, I think I'll just have to tell our audit script programmer that 2005 doesn't allow that to be dropped whereas it did in 2000.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.databases.ms-sqlserver
csiph-web