whats the best way to get the object name from the Object_ID?
i've got an object id, and i can do a quick join against sysobjects
using the object_id etc to find the name, but isn't there a way
i can use the OBJECT_ID function or something like that?
_________________________