Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #1081
| From | tbone <tony.despain@gmail.com> |
|---|---|
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Can't delete sp_makewebtask |
| Date | 2012-05-29 14:46 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <8b7e9ecc-5bed-46e0-8733-ec14c70c1cf8@googlegroups.com> (permalink) |
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?
Back to comp.databases.ms-sqlserver | Previous | Next — 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