Can we rely on object_id always increasing? Hi,
When we create new user objects, can we assume that the object_id will
constantly increase? In other words, if I create a table and then a
view, is it true that the object_id of the view if I query sysobjects
view will be greater than the object_id of the table?
Thanks! |