dbo.dtproperties information

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ray Watson

    dbo.dtproperties information

    Hi All

    I understand the dbo.dtpropertie s tables is a system table, but it appears
    under "User Tables" in my Query Analyzer.

    Is this normal , or does it signify a problem ? I have never seen it there
    before.

    In the sysobjects table, the xtype field and type field for dtproperties
    table, have been set to 'U', which I thought meant User.

    Perhaps I should just set them back to 'S' ?

    All sugestions welcomed

    Cheers

    Ray


  • Erland Sommarskog

    #2
    Re: dbo.dtpropertie s information

    Ray Watson (rwatson@oztell .com) writes:[color=blue]
    > I understand the dbo.dtpropertie s tables is a system table, but it appears
    > under "User Tables" in my Query Analyzer.
    >
    > Is this normal , or does it signify a problem ? I have never seen it there
    > before.
    >
    > In the sysobjects table, the xtype field and type field for dtproperties
    > table, have been set to 'U', which I thought meant User.
    >
    > Perhaps I should just set them back to 'S' ?[/color]

    No. That's the one table that has type = U, but Objectproperty( id,
    'IsMSShipped') = 1.


    --
    Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se

    Books Online for SQL Server SP3 at
    Get the flexibility you need to use integrated solutions, apps, and innovations in technology with your data, wherever it lives—in the cloud, on-premises, or at the edge.


    Comment

    Working...