all groups > sql server data mining > august 2004 >
You're in the

sql server data mining

group:

Data Length exceesing 8000 chars


Re: Data Length exceesing 8000 chars Adam Machanic
8/12/2004 9:02:08 AM
sql server data mining:
Kevin:

You can define more than one variable and then use EXEC:

EXEC(@sql1 + @sql2 + ... + @sqln) --As many as you need



[quoted text, click to view]

Data Length exceesing 8000 chars Kevin Humphreys
8/12/2004 10:27:09 AM
Hi,
I am having diffuclty in preparing dynamic select statemet where length
exceed 8000 characters because too many columns in tables.

How can i overcome this situation..Is there anyway to retain if exceeds 8000
characters..

I tried to use the text field but this is not valid for local variables.

Thanks,
Kevin

AddThis Social Bookmark Button