_hypmv_0 - unknown dependency

  • Hi I am trying to drop a table but its giving error message

    Cannot DROP TABLE 'dbo.Tablename' because it is being referenced by object '_hypmv_0'

    I cant even find the object name _hypmv_0 in the database.

    Please help to solve this problem

    Thank you

  • Try

    select * from sysobjects where name = '_hypmv_0'

     

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply