How can u have the same tablename in sysobjects w/ different id's. It's making one of my processes fail. The difference in the records is the uid. I didnt think this could happen. doesn't happen in sys.objects though --this returns two tables and the count = 2 for eachselect name,count(*)from dbo.sysobjectswhere xtype='u'group by namehaving count(*)>1
↧