unaur
SSC Veteran
Points: 200
More actions
May 7, 2004 at 12:25 pm
#85327
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
wz700
SSCertifiable
Points: 7133
May 10, 2004 at 4:10 am
#505760
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