Hello,
Is there any way to identify the object from object_type for the table sysobject?
object_id status object_type creation_time
118 1 4 2013-06-24 13:59:05
119 1 4 2013-06-24 13:59:05
120 1 4 2013-06-24 13:59:05
121 1 5 2013-06-24 13:59:05
122 1 5 2013-06-24 13:59:05
123 1 1 2013-06-24 13:59:05
124 1 4 2013-06-24 13:59:05
125 1 4 2013-06-24 13:59:05
126 1 5 2013-06-24 13:59:05
1 table
4 column
5 index
cjd
--
You received this message because you are subscribed to the Google Groups "iqug" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iqug+uns...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
poke sp_iqobjectinfo () table.
cjd