Hi, I have a few create table statements which create temporary tables that has row definitions which exceeds the 8060 size limit, this causes a warning message being generated (Message 1708). Is there a way I can disable/avoid the warning message from being printed ? Thanks, joe
Make the columns smaller?
I don't believe there's any way to disable the message (at least without making the table smaller) - is there some reason why you can't simply ignore it in your client? Simon