View Single Post

   
  #1 (permalink)  
Old 03-06-2008, 03:04 PM
rajigopal@gmail.com
 
Posts: n/a
Default 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!
Reply With Quote