Hi,
I have 55000 email id's are there now i am inserting these maild id's into sql server tbale, I want to insert all 55000 email id are insert into only one column, column data type is free text,
I can able to insert upto 1000 email ids into one column, but its not inserting 55000 into on column
freetext is [varchar](max)
mail id are like this 'asb@gmail.com,bcd@gmail.com,..........54998(mailids)'
Please help how to insert 5500 mail ids into one column
Go to the complete details ...