July 13, 2007 at 10:15 am
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
August 9, 2007 at 11:22 pm
Hi
Do you have any char Foreign key columns pointing to UniqueIdentifier Primary key columns.
"Keep Trying"
August 10, 2007 at 6:24 am
Hi , now that I shall have to check
thanks for the advice
si
September 12, 2007 at 7:12 pm
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