ALTER PROCEDURE dbo.sp_select_get_object_id(@table_name sysname, @spid int = null, @object_id int output) ...
Returns the database object identification number of a schema-scoped object. When the parameter to a system function is optional, the current database, host computer, server user, or database user is ...