SysObjects Table - Status column = 32 for PK???

  • Hi,

    Sql Server 2000 ...

    In the sysobjects systable for a user database, does anybody know what the value 32 represents in the 'status' column for where xtype = 'PK'?? I have 5 entries set to the value 32. The others are set to the value 16?? The ones with 32 do not script???

    Thanks. Jeff

    Many thanks. Jeff

  • nonclustered, unique, primary key.

  • Great. Thanks. Any idea why these won't script when using EM "Generate SQL Script"? All the 16's do (I assume they mean clustered PK?)

    Many thanks. Jeff

  • It is a constraint. Check primary key ... in option tab.

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

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