ALTER PROCEDURE dbo.sp_select_get_object_id(@table_name sysname, @spid int = null, @object_id int output) ...
MongoDB's ObjectID is a sortable unique identifier. It uses 12 bytes to store data, including a timestamp, machine identifier, process ID, and a counter. Its hex string is more compact and readable ...