Protect stored procedure from schema changes
I want to protect a SQL stored procedure from changes to the underlying tables.
How can I protect a sql server stored procedure from schema changes?
I want to protect a SQL stored procedure from changes to the underlying tables.