errors with DBCC CHECKCONSTRAINTS WITH ALL_CONSTRAINTS, ALL_ERRORMSGS, NO_INFOMSGS

  • When I run

    DBCC CHECKCONSTRAINTS WITH ALL_CONSTRAINTS, ALL_ERRORMSGS, NO_INFOMSGS

    I get

    Server: Msg 8170, Level 16, State 2, Line 1 Insufficient result space to convert uniqueidentifier value to char.

    Server: Msg 8170, Level 16, State 1, Line 1 Insufficient result space to convert uniqueidentifier value to char.

    The statement has been terminated.

    The statement has been terminated.

    (331 row(s) affected)

     

    Any ideas ?!! , wouldnt have thought it was a space issue as plenty of disc space avaible, clutching at straws here !!

    Help si

  • Hi

    Do you have any char Foreign key columns pointing to UniqueIdentifier Primary key columns.

    "Keep Trying"

  • Hi , now that I shall have to check

     

    thanks for the advice

     

    si

  • This is almost certainly a bug in DBCC CHECKCONSTRAINTS - please contact Product Support (http://support.microsoft.com/sql).

    Thanks

    Paul Randal
    CEO, SQLskills.com: Check out SQLskills online training!
    Blog:www.SQLskills.com/blogs/paul Twitter: @PaulRandal
    SQL MVP, Microsoft RD, Contributing Editor of TechNet Magazine
    Author of DBCC CHECKDB/repair (and other Storage Engine) code of SQL Server 2005

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

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