Viewing post 1 (of 2 total)
Nicholas Cain (12/27/2008)Have you triedINSERT INTO [newdb].dbo.[ta_news]SELECT [ID], [Content] FROM [olddb].dbo.[ta_news] WHERE [Id] = 100000000795
Nicholas Cain (12/27/2008)
INSERT INTO [newdb].dbo.[ta_news]
SELECT [ID], [Content] FROM [olddb].dbo.[ta_news] WHERE [Id] = 100000000795
But this is not supported the nText data type.
The content after 4000 chars will be cut....
December 28, 2008 at 3:10 pm
#918209