When I try EXEC sp_refreshsqlmodule [myschema.myprocedure] it throws Could not find object ‘myschema.myprocedure’ or you do not have permission.
When I try EXEC sp_refreshsqlmodule [myschema.myprocedure] it throws Could not find object ‘myschema.myprocedure’ or
Share
If the object is schema-bound, then the metadata cannot become outdated because the object is bound to the underlying objects that it references.
EDIT:
Based on your edit, the procedure name should be enclosed in single quotes: