• Try this and let us know the results:

    select

    schema_name(schema_id) As SchemaName,

    name As ObjectName,

    type_desc as ObjectType

    from sys.all_objects where name = 'HighCharacter'