Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-10-22 : 22:50:42
|
| ez writes "I'm attempting to DROP a stored procedure, but when I run the t-sql command DROP PROCEDURE <proc name> I get the following errorServer: Msg 3701, Level 11, State 5, Line 1Cannot drop the procedure 'sp_GetSiteResults_for_test1 601', because it does not exist in the system catalog.That stored procedure does exist.What is this error message referring too?Cheers" |
|
|
|
|
|