As simple as it is :
drop procedure schemaName.procName
Gets the following error msg:
Msg 3701, Level 11, State 5, Line 2 Cannot drop the procedure 'procName', because it does not exist or you do not have permission. Edit: I tried also using Sql based authentication - still does not work
Strange that I am able to drop the procedure via the GUI.
I do have permissions - I am running with Windows authentication as sysadmin